Community Profile

photo

KAMOOSH BABA SHAIK


Last seen: fast 3 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 3 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


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 ...

etwa 3 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
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...

etwa 3 Jahre vor | 1

Beantwortet
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...

etwa 3 Jahre vor | 1