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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0

