package example

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Landmark

landmark.proto:25

A landmark that can have 1 to 3 dimensions. Use x for 1D points, (x, y) for 2D points and (x, y, z) for 3D points. For more dimensions, consider using matrix_data.proto.

Used in: LandmarkList

message LandmarkList

landmark.proto:32

Group of Landmark protos.

message NormalizedLandmark

landmark.proto:38

A normalized version of above Landmark proto. All coordiates should be within [0, 1].

Used in: NormalizedLandmarkList

message NormalizedLandmarkList

landmark.proto:45

Group of NormalizedLandmark protos.