MCPcopy Create free account
hub / github.com/HelloBush/Java_MHXYdemo / setTempKeyPointsNum

Method setTempKeyPointsNum

src/pkgBean/ImgSeekBean.java:61–63  ·  view source on GitHub ↗
(int tempKeyPointsNum)

Source from the content-addressed store, hash-verified

59 return tempKeyPointsNum;
60 }
61 public void setTempKeyPointsNum(int tempKeyPointsNum) {
62 this.tempKeyPointsNum = tempKeyPointsNum;
63 }
64 public int getMatchKeyPointsNum() {
65 return matchKeyPointsNum;
66 }

Callers 1

findImgMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected