Shantanu Jana
Jadavpur University
2015년부터 활동
Followers: 0 Following: 0
Feeds
질문
How can I change the Horizontal Resolution and Vertical Resolution of image?
filename='b.bmp'; info = imfinfo(filename); info if (info.HorzResolution>0&&info.VertResolution>0) xres = info....
10년 초과 전 | 답변 수: 0 | 1
0
답변답변 있음
can anyone guide me through an object recognition mechanism or code that recursively plots the contour of object and extract transformation invariant features so that an ANN classifier distinguishes the object through slight different projections?
Use connected component method to find the contour then crops the object assign particular class name to them and extract featur...
can anyone guide me through an object recognition mechanism or code that recursively plots the contour of object and extract transformation invariant features so that an ANN classifier distinguishes the object through slight different projections?
Use connected component method to find the contour then crops the object assign particular class name to them and extract featur...
10년 초과 전 | 0
답변 있음
how to link a word or group of words to a " *.jpg" picture.
Specify descriptive text to associate with image acquisition object acn solve your problem. check this link it describe how to...
how to link a word or group of words to a " *.jpg" picture.
Specify descriptive text to associate with image acquisition object acn solve your problem. check this link it describe how to...
10년 초과 전 | 0
답변 있음
convert a numbere from integer to double
you can do this process and latter use 'ans' as variable that hold your answer >> a=1 a = 1 >>a = double(a) ...
convert a numbere from integer to double
you can do this process and latter use 'ans' as variable that hold your answer >> a=1 a = 1 >>a = double(a) ...
10년 초과 전 | 0
답변 있음
How to round decimal number to 5 places?
you can do like this >> a=1.12345678 a = 1.123456780000000 >> sprintf('%0.5f', a) ans = 1.12346 >>
How to round decimal number to 5 places?
you can do like this >> a=1.12345678 a = 1.123456780000000 >> sprintf('%0.5f', a) ans = 1.12346 >>
10년 초과 전 | 0
답변 있음
How to multiply the second column of an array by a specified integer?
%this will multiply second column by number and store it in third column and store the mean in fourth %column A = xlsrea...
How to multiply the second column of an array by a specified integer?
%this will multiply second column by number and store it in third column and store the mean in fourth %column A = xlsrea...
10년 초과 전 | 0

