public class YoloMessage extends Object
| 构造器和说明 |
|---|
YoloMessage() |
| 限定符和类型 | 方法和说明 |
|---|---|
double |
getDistX() |
double |
getDistY() |
double |
getHeight() |
int |
getMappingID() |
ThreeChannelMatrix |
getPic() |
double |
getTrust() |
TypeBody |
getTypeBody() |
double |
getWidth() |
boolean |
isBackGround() |
void |
setBackGround(boolean backGround) |
void |
setDistX(double distX) |
void |
setDistY(double distY) |
void |
setHeight(double height) |
void |
setMappingID(int mappingID) |
void |
setPic(ThreeChannelMatrix pic) |
void |
setTrust(double trust) |
void |
setTypeBody(TypeBody typeBody) |
void |
setWidth(double width) |
public boolean isBackGround()
public void setBackGround(boolean backGround)
public TypeBody getTypeBody()
public void setTypeBody(TypeBody typeBody)
public int getMappingID()
public void setMappingID(int mappingID)
public ThreeChannelMatrix getPic()
public void setPic(ThreeChannelMatrix pic)
public double getTrust()
public void setTrust(double trust)
public double getWidth()
public void setWidth(double width)
public double getHeight()
public void setHeight(double height)
public double getDistX()
public void setDistX(double distX)
public double getDistY()
public void setDistY(double distY)
Copyright © 2024. All rights reserved.