Difference between revisions of "FTC Light Sensor"

From wikidb
Jump to: navigation, search
(Created page with "= Reference = * [https://ftc-tricks.com/overview-color-sensor/ Overview of Color Sensors] from FTC Tricks = Example Code = * samples color sensor code")
 
(HSV Color Wheel)
 
(10 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
* [https://ftc-tricks.com/overview-color-sensor/ Overview of Color Sensors] from FTC Tricks
 
* [https://ftc-tricks.com/overview-color-sensor/ Overview of Color Sensors] from FTC Tricks
 +
* [https://ftcforum.usfirst.org/forum/ftc-technology/android-studio/58625-urgent-color-sensor-help Why Use HSV for Color Detection]
  
 
= Example Code =
 
= Example Code =
  
* samples color sensor code
+
* [[FTC Sensor Color]] Modified code from the FTC SDK samples directory.
 +
 
 +
= HSV Color Wheel =
 +
 
 +
* [https://ftcforum.usfirst.org/forum/ftc-technology/android-studio/58625-urgent-color-sensor-help FTC Forum]: HSV color wheel copied from this site.
 +
* [https://dsp.stackexchange.com/questions/30238/what-is-the-difference-between-the-terms-color-intensity-and-color-saturation/30239 HSV Component Meaning] Stackexchange
 +
** "Saturation mixes the original color with white to make varying degrees of pastel color."
 +
** "Intensity/Value mixes the above color with black to make varying degrees of brightness."
 +
 
 +
[[Image:HSVColorWheel.png]]
 +
 
 +
[[Image:HSVColorCylinder.png]]

Latest revision as of 10:51, 28 September 2018

Reference

Example Code

HSV Color Wheel

  • FTC Forum: HSV color wheel copied from this site.
  • HSV Component Meaning Stackexchange
    • "Saturation mixes the original color with white to make varying degrees of pastel color."
    • "Intensity/Value mixes the above color with black to make varying degrees of brightness."

HSVColorWheel.png

HSVColorCylinder.png