photo

Saeid


University of Antwerp

Last seen: 4년 초과 전 2011년부터 활동

Followers: 0   Following: 0

메시지

통계학

All
  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 3
  • First Submission
  • Solver
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Find nth maximum
Find nth maximum in a vector of integer numbers. Return NaN if no such number exists. x = [2 6 4 9 -10 3 1 5 -10]; So ...

5년 초과 전

답변 있음
Need help reading from arrays and finding corresponding value
Hi, assuming A is your 47x5 matrix, replace your if part with this: for i=2:size(A,1) if time < A(i,1) n=i-1; ...

5년 초과 전 | 0

| 수락됨

답변 있음
How can i find the length of the horizontal and vertical line present only in the white pixel region for the attached binary image.
Hi, If the blue cross is not in the initial image, you can easily use this: imgbw=im2bw(img); VerticalLength=sum(img(:,column)...

5년 초과 전 | 0

답변 있음
How do i go about doing real-time measurement of the width of an object from an image continuously from a video input using image processing?
Hi, First you need to slice your video to solitary frames: VideoData = VideoReader(Video Path); NFrames = VideoData.NumberOfF...

5년 초과 전 | 0

답변 있음
i have image of blob from which i get the center point of blob now i want to get the four point that is Top{left ,right}point and Bottom{left, right}point which marked red in image kindly help and write code will appreciative beacuse i new in matlab
Hi,assuming bw being your input binary image, try this: Regions=regionprops(bw, 'Image','Area','Centroid'); % all white islands...

5년 초과 전 | 0

제출됨


Specifying questdlg position
‘MFquestdlg’ enables you to specify the question dialog box location on the screen.

13년 초과 전 | 다운로드 수: 2 |

Thumbnail