Community Profile

photo

KAMOOSH BABA SHAIK


Last seen: 2년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계

  • First Answer

배지 보기

Feeds

보기 기준

질문


Surface crack detention and length , width.
Please give me the code for Surface crack detention and length , width. using image processing

거의 3년 전 | 답변 수: 1 | 1

1

답변

질문


Filtering Noise: (2/2) Remove Noise from an Image
Compute the row sums for both the original and smoothed binary images, BW and BWsmooth. Plot these signals together on the same ...

대략 3년 전 | 답변 수: 0 | 0

0

답변

답변 있음
extract first row from matrix
You can combine indexing with assignment to change array values to equal other elements. For example, this code would change the...

대략 3년 전 | 1

답변 있음
How to display two non-consecutive column vectors
Indices can be non-consecutive numbers. Try extracting the first, third, and sixth elements of density. p = density([1,3,6]) f...

대략 3년 전 | 1