Function for object detection that will accept MxNx4 tif file
古いコメントを表示
I am running R2015b in Windows 10 with 16GB RAM. Toolbox add-ons: Image Acquisition, Image Processor, Image Region Analyzer, Color Thresholder, Image Segmenter, Stereo Camera Calibrator, Image Viewer and Video Viewer. I am trying to run an object detection program. The image file is 161MB with dimensions of 32x74x4. Here are the code and the error message: I = imread('data\53_seg_house2_tif.tif'); figure; imshow(I);
Error using images.internal.imageDisplayValidateParams>validateCData (line 115) Multi-plane image inputs must be RGB images of size MxNx3.
I copied the program from this Matlab tutorial: http://www.mathworks.com/help/vision/examples/object-detection-in-a-cluttered-scene-using-point-feature-matching.html
Is there a function that will accept an image that is MxNx4?
2 件のコメント
Image Analyst
2015 年 11 月 4 日
What generated this image? What do the 4 image planes represent?
Doug Wolfinger
2015 年 11 月 4 日
編集済み: Doug Wolfinger
2015 年 11 月 4 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Acquisition Using Image Acquisition Explorer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!