統計
MATLAB Answers
2 質問
0 回答
ランク
of 168,436
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Hi, I want to ask. I want to count the number of fish, exact no of tilapia baby fish. until now, i already did until erosion and dilation. but, if the fish overlapped, it count as 1. how to solve this? what should i change? thankyou in advance
clear all; close all; A = imread('cluster22.png'); threshold = 50; B = rgb2gray(A); C = B >threshold; figure,imshow(C);...
7年以上 前 | 0 件の回答 | 0
0
回答質問
How to do an automatic counting system for a moving fish?
Had anyone done this before?
7年以上 前 | 0 件の回答 | 0