Feeds
提问
function to decrease image size
function [y] = ImageDecrease(i,n) y=imresize(i,n); size(y) end I need to create a function to decrease the image size. Ex....
5 years 前 | 1 个回答 | 0
1
个回答提问
Remove unwanted part of image, to count objects
code: y=ind2gray(pic, bmap); a=y>120; imshow(a); I only want to count the 3 rows of circles, even through the first ones a...
5 years 前 | 1 个回答 | 0
1
个回答提问
My Colored image gets read as a bw image
pic=imread('C:\Users\Acer\Desktop\p.png'); imshow(pic) (this is how the image in my desktop looks) (this how the matlab reads...
5 years 前 | 1 个回答 | 0

