All Downloads are FREE. Search and download functionalities are using the official Maven repository.

boofcv.struct.image.Color3_I32 Maven / Gradle / Ivy

package boofcv.struct.image;

/**
 * Stores the values of a 3-band color using integers.
 *
 * @author Peter Abeles
 */
public class Color3_I32 {
   public int band0;
   public int band1;
   public int band2;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy