KAMOOSH BABA SHAIK
Followers: 0 Following: 0
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...
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...
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