-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
paper #1
Comments
paper is coming. |
The paper is pre-printed at https://arxiv.org/abs/1905.10085. We will release the code for generation of segmentation mask. Thanks for your attention! |
@yanfangfangfang About segmentation mask generation, the core matlab code:
|
thank you very much
On 07/02/2019 15:29, Junyu Gao wrote:
@yanfangfangfang About segmentation mask generation, the core matlab code:
bi_den = logical(im_density);
op = strel('ball',50,0);
seg = imdilate(uint8(bi_den),op);
seg(seg~=max(max(seg))) = 0;
seg = logical(seg);
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
can you plz share the code for data segmentation @yanfangfangfang @gjy3035 |
thank you for your code. may i get this paper? or it's not publish
and can you provide the code of data preparation or some information about how to get seg data
The text was updated successfully, but these errors were encountered: