随笔分类 -  Matlab

摘要:max(root_distance(:,:,150)*100); max(max(root_distance(:,:,150)*100)); max(root_distance(:,:,150));max(max(root_distance(:,:,150))); imshow(root_distance(:,:,150),[0 2449]);imshow(root_distance(:,:,150),[1000 2449]); max(max(max(root_distance))); min(min(min(find(root_distance~=-Inf))));root_distanc 阅读全文
posted @ 2013-06-28 20:45 louiskoo 阅读(257) 评论(0) 推荐(0)
摘要:1.返回一个整数function [ a ] = testReturn( b )%UNTITLED Summary of this function goes here% Detailed explanation goes herea = b+10;endusing System;using System.Collections.Generic;using System.Linq;using System.Text;using MathWorks.MATLAB.NET.Arrays;using MathWorks.MATLAB.NET.Utility;using MatlabReturn;.. 阅读全文
posted @ 2013-06-22 19:29 louiskoo 阅读(413) 评论(0) 推荐(0)
摘要:http://www.vision.caltech.edu/bouguetj/calib_doc/ 阅读全文
posted @ 2013-01-22 10:34 louiskoo 阅读(1076) 评论(0) 推荐(0)