Skip to content
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

Hi #2

Open
NoHateAnymore opened this issue Oct 9, 2018 · 3 comments
Open

Hi #2

NoHateAnymore opened this issue Oct 9, 2018 · 3 comments

Comments

@NoHateAnymore
Copy link

Error using bitshift
ASSUMEDTYPE must be an integer type name.

错误使用 bitshift
ASSUMEDTYPE 必须为整数类型名称。

出错 getmapping (line 76)
j = bitset(bitshift(i,1,samples),1,bitget(i,samples)); %rotate left

出错 TrainGMMSceneSegmentation (line 42)
MAPPING = getmapping(8,'riu2');

出错 Runner_inOne (line 196)
[ gmm_model_cytoClump, gmm_model_cytobackground ] = TrainGMMSceneSegmentation(
imCytoSet, GMMCytoClumpMaskSet, ...

出错 demo (line 76)
Runner_inOne(DSOption, './ims/EDF/','./ims/EDF/', ...

How can I solve this problem?Thanks.

@qqcan1520
Copy link

j = bitset(bitshift(i,1,samples),1,bitget(i,samples));
when i turn it to
j = bitset(bitshift(i,samples),1,bitget(i,samples));
there is no problem

@jiaqixuac
Copy link

@jiangyangbo
Copy link

thanks ,jiaqixuac!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants