how to perform operations on high mega pixel camera images?
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
Hi... i'am new to matlab. in my project i'am working with 1 mega pixel camera images using image processing and i'am getting all the solutions like point identification,target shaking,cropping and all but while doing with high resolution images means 6 mega pixel camera i'am getting problems in region props, filtering and imfind circle point identification so please help me with solutions how to work with this images. thanking u in advance.
댓글 수: 3
Guillaume
2014년 11월 14일
You need to be a bit more specific about the problems you're having.
The functions in the image processing toolbox don't particularly care how many pixels are in the image. Of course, processing a 6 megapixel image should take about 6 times as long as a 1 megapixel image.
Trinath Karri
2014년 11월 17일
Guillaume
2014년 11월 17일
'rectangle('Position',props.BoundingBox)' is not an error message. Please paste the exact error message you're getting with the bit where it's showing the line that causes problem.
6MP is not particularly high resolution, so I don't see why regionprops wouldn't work. Post the excerpt of code that's not working as it should (with an explanation of what it's supposed to be doing)
답변 (1개)
swati chauhan
2014년 11월 17일
0 개 추천
I think you can use compression on the bases of 8X8 or 16x16 windows of your image then perform different operation on images like : thinning -thickening , filtering e.t.c, So firstly divide ur images in to window then perform logic of operation............
댓글 수: 0
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!