User Tools

Site Tools


tutorials:light-modeling-first-steps

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
tutorials:light-modeling-first-steps [2025/11/01 20:18] MHtutorials:light-modeling-first-steps [2025/11/01 20:22] (current) MH
Line 102: Line 102:
   FluxLightModel GPU_LM = new FluxLightModel(RAYS, DEPTH);   FluxLightModel GPU_LM = new FluxLightModel(RAYS, DEPTH);
   GPU_LM.setMeasureMode(MeasureMode.RGB); // user the Flux model in three channel 'RGB mode'   GPU_LM.setMeasureMode(MeasureMode.RGB); // user the Flux model in three channel 'RGB mode'
 +  //GPU_LM.setMeasureMode(MeasureMode.FULL_SPECTRUM);
 +  //GPU_LM.setSpectralDomain(300,800);// spectral range monitored
 +  //GPU_LM.setSpectralBuckets(31);// range divided into 30 buckets
  
   GPU_LM.compute(); // run the light model   GPU_LM.compute(); // run the light model
tutorials/light-modeling-first-steps.txt · Last modified: 2025/11/01 20:22 by MH