مریخ نورد ناسا که در حال حاظر در مریخ مشغول به جمع آوری اطلاعات است.
برای اطلاعات بیشتر کلیک کنید
خاک مریخ :
مقاله ارایه شده اینجانب در کنفرانس بینایی ماشین در تایلند با عنوان
Over-Height Vehicle Detection in Low Headroom Roads Using Digital Video Processing
روی عنوان مقاله کلیک کنید
The Harris interest point detector [6] is a classic technique to
robustly detect in a scene points that have strong orthogonal
image gradients. Such points are more likely to be tracked
across an image sequence.
To compute and overlay the detected corners on a street scene,
>> C = iharris(building);
>> idisp(building);
>> markfeatures(C, 50, .wo.);
will display the 50 strongest corners as white circles (see
Figure 9). The function
markfeatures() with outputarguments will be assigned the pixel coordinates of the corner
با استفاده از دستور imread می توان هر تصویری را در متلب به صورت یک ماتریس خواند.
;('A=imread('pic-home.jpg
imshow(A)
نوع فایل تصویر می تواند jpg، gif،tiff و ... باشد.
با دستور imshow می توان تصویر خوانده شده را به نمایش در آورد.