Feeds
질문
Root LP problem is unbounded.
p = optimproblem; x = optimvar('x', 2,'Type','integer','LowerBound',0,'UpperBound',Inf); p.ObjectiveSense = 'maximize'; p.Obj...
거의 4년 전 | 답변 수: 2 | 0
2
답변답변 있음
How to divide a closed detected edge of an image into 8 parts from a point inside in it..?
I got something for dividing a gray image into 8 parts from a point where i converted a rectangular matrix into square matrix f...
How to divide a closed detected edge of an image into 8 parts from a point inside in it..?
I got something for dividing a gray image into 8 parts from a point where i converted a rectangular matrix into square matrix f...
5년 초과 전 | 0
질문
How to divide a closed detected edge of an image into 8 parts from a point inside in it..?
During my work course,I detcted the edge of the image. Now, I need to divide that closed edge detected image into equal parts fr...
5년 초과 전 | 답변 수: 3 | 0