SlideShare une entreprise Scribd logo
1  sur  35
Télécharger pour lire hors ligne
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
About Perception and HueAbout Perception and Hue
Histograms in HSV SpaceHistograms in HSV Space
Michel Alves dos Santos
May, 2015
*original
*hue-saturation projection
*saturation
*brightness
*hue histogram
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
IntroductionIntroduction
red channel green channel blue channel
What's your perception about
the colors of this image?
*Barns Grand Teton: Grand Teton National Park
Note the marked areas!
And the distribution by channel?
How each color component behaves in its proper channel?
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
IntroductionIntroduction*Barns Grand Teton: Grand Teton National Park
Observe the distribution of
energy for each channel:
But, about the hues? What the RGB model can tell us?
This kind of graph shows us how the energy of each channel is distributed!
red channel green channel blue channel
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
IntroductionIntroduction*Barns Grand Teton: Grand Teton National Park
Firstly, we will use the HSV Color Space ...
How to build a hue histogram?
Now, note the diagram below:
Can you identify hues distinctly?
Probably not! Because of clusters
and the intersection of colors!
A histogram of hues can help us
improve our perception!
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
RGB Vs HSVRGB Vs HSV (Color Spaces)(Color Spaces)
RGB Color Space HSV Color Space
*Solids produced using POV­Ray [http://lib.povray.org/]
Simplicity in representation and storage Close to human perception
Some point operations are faster... Easy interpolation between colors
Invariant to illumination transformsHave lighting and color properties togetherHave lighting and color properties together
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
RGB Vs HSVRGB Vs HSV (Color Spaces – a common mistake...)(Color Spaces – a common mistake...)
RGB Color Space HSV Color Space
*Solids produced using POV­Ray [http://lib.povray.org/]
A cone is commonly adopted but cylindrical
representation is more mathematically accurate.
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
RGB Vs HSVRGB Vs HSV (Color Spaces – Solids Transition)(Color Spaces – Solids Transition)
RGB Color Space HSV Color Space
*Solids produced using POV­Ray [http://lib.povray.org/]
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
RGB Vs HSVRGB Vs HSV (Transformation)(Transformation)
RGB HSV Transformation
isn't linear!
Some care should be taken
with monochromatic
pixels!
*[avoid divisions by zero]
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
RGB Vs HSVRGB Vs HSV (Transformation)(Transformation)
RGB HSV Transformation
isn't linear!
Alternative
Some care should be taken
with monochromatic
pixels!
*[avoid divisions by zero]
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
RGB Vs HSVRGB Vs HSV (Color Image Thresholding)(Color Image Thresholding)
Find the yellow M&M's!
A simple task for a human
observer, but not so easy
for machines:
Complexity depends of the space!
Using RGB:
R:
G:
B:
200 255
200 255
0 50
Using HSV:(3 intervals) (1 interval)
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
RGB Vs HSVRGB Vs HSV (Color Image Thresholding)(Color Image Thresholding)
Find the yellow M&M's!
A simple task for a human
observer, but not so easy
for machines:
Complexity depends of the space!
Using RGB:
R:
G:
B:
200 255
200 255
0 50
Using HSV:(3 intervals) (1 interval)
[This approach is independent of saturation or brightness]
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
*Barns Grand Teton: Grand Teton National Park
RGB Vs HSVRGB Vs HSV (Color Image Thresholding)(Color Image Thresholding)
*hues of sky *hues of barn *hues of grass
Using this feature some tasks
can be easily performed!
As detection of regions or objects
by its characteristic colors!
It's one of the bases of color perception!
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
RGB Vs HSVRGB Vs HSV (Color Perception)(Color Perception)
And now, what's your perception
about the colors of this image?
*Barns Grand Teton: Grand Teton National Park
Where we have more blue hues?
Where we have more orange hues?
Where we have more green hues?
Here we have a blend of yellow and green hues!
Do not fool yourself!
(Grass???)
(Sky)
(Barn)
*hue histogram
*hue projection
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
RGB Vs HSVRGB Vs HSV (Color Perception)(Color Perception)
And now, what's your perception
about the colors of this image?
*Barns Grand Teton: Grand Teton National Park
Where we have more blue hues?
Where we have more orange hues?
Where we have more green hues?
Here we have a blend of yellow and green hues!
Do not fool yourself!
(Grass???)
(Sky)
(Barn)
*hue histogram
*hue projection
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
RGB Vs HSVRGB Vs HSV (Meanings of the Components)(Meanings of the Components)
Energy of red channel Energy of green channel Energy of blue channel
What is the basic color? How vibrant is the color? How brightness is the color?
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
Hue HistogramsHue Histograms
*hue projection *saturation *value
We will build our histograms taking
account the number of positions
of the hue circle!
Number of bins (discrete positions): 0..360 or 0 to 2π
Note that the hue channel is a ring structure!
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
Hue Histograms - StepsHue Histograms - Steps
Our input images are in RGB Color Space, the output is a transformed hue histogram...
We are applying a square root transformation to obtain the final hue histogram...
Observe the follow
diagram!
The metric of contribution is a flexible part of the process and depends of application...
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
Hue Histograms - StepsHue Histograms - Steps
Our input images are in RGB Color Space, the output is a transformed hue histogram...
We are applying a square root transformation to obtain the final hue histogram...
Observe the follow
diagram!
The metric of contribution is a flexible part of the process and depends of application...
Get to work!
Now, I will show
some metrics!
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
Hue Histograms :: Simple FrequencyHue Histograms :: Simple Frequency*Barns Grand Teton: Grand Teton National Park
Kronecker Delta
Hue
Picture or Image
*hue histogram
This is a simple counting!
It doesn't consider other
HSV channels.
Bin Position
PixelHistogram
Notation
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
Hue Histograms :: by SaturationHue Histograms :: by Saturation*Barns Grand Teton: Grand Teton National Park
*hue histogram
Kronecker Delta
Hue
Picture
Only considers the
saturation channel...
Saturation
Ref: [LP'15]
Bin Position
PixelHistogram
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
Hue Histograms :: by ContributionHue Histograms :: by Contribution*Barns Grand Teton: Grand Teton National Park
*hue histogram
Kronecker DeltaSaturation ValuePicture
Hue
Histogram Pixel
Bin Position
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
Hue Histograms ::Hue Histograms :: Weighted by ContributionWeighted by Contribution
*Barns Grand Teton: Grand Teton National Park
*hue histogram
Kronecker DeltaSaturation ValuePicture
Hue
*similar to the previous!
Normalization Factor
Bin Position
Pixel
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
Hue Histograms :: Hasan WeightedHue Histograms :: Hasan Weighted Ref: [MAH'12]
*hue histogram
*Barns Grand Teton: Grand Teton National Park
Picture Previous Histogram
*exponential weighted histogram
Mean of Hues
*similar to the previous???
Mean
Variance
Variance of Hues
Notation
Weighted Histogram
Bin Position
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
Hue Histograms :: Hasan WeightedHue Histograms :: Hasan Weighted Ref: [MAH'12]
*hue histogram
*Barns Grand Teton: Grand Teton National Park
Picture Previous Histogram
*exponential weighted histogram
Mean of Hues
*similar to the previous???
Variance of Hues *before weighting *after weighting
frequency frequencyhue hue
Weighted Histogram
Bin Position
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
Hue Histograms :: Gaussian WeightedHue Histograms :: Gaussian Weighted
Gaussian Function
*Barns Grand Teton: Grand Teton National Park
*hue histogram
Picture Previous Histogram
Weighted Histogram
Bin Position
Mean of Hues
Variance of Hues
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
Hue Histograms ::Hue Histograms :: Smoothed by BoxSmoothed by Box
*hue histogram, window size = 1x9
*Barns Grand Teton: Grand Teton National Park
Box function
Convolution
Gaussian Function
Previous HistogramWeighted Histogram
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
Hue Histograms ::Hue Histograms :: Smoothed by BoxSmoothed by Box
*hue histogram, window size = 1x9
*Barns Grand Teton: Grand Teton National Park
Box function
Convolution
Gaussian Function
Previous HistogramWeighted Histogram
*smoothing employing a boxcar function
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
Hue Histograms ::Hue Histograms :: Smoothed by GaussianSmoothed by Gaussian
*hue histogram, window size = 1x9
*Barns Grand Teton: Grand Teton National Park
Gaussian function
Convolution
Gaussian Function
Previous HistogramWeighted Histogram
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
Hue Histograms ::Hue Histograms :: Smoothed by a KernelSmoothed by a Kernel
*hue histogram, window size = 1x11
*Barns Grand Teton: Grand Teton National Park
kernel
Kernel function
Convolution
Gaussian Function
Previous HistogramWeighted Histogram
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
Hue Histograms ::Hue Histograms :: Smoothed by a KernelSmoothed by a Kernel
*hue histogram, window size = 1x11
*Barns Grand Teton: Grand Teton National Park
kernel function employed: Epanechnikov
kernel
Kernel function
Convolution
Gaussian Function
Previous HistogramWeighted Histogram
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
Hue Histograms ::Hue Histograms :: Spatial Color CoherenceSpatial Color Coherence
*hue histogram, window size = 1x11
*Barns Grand Teton: Grand Teton National Park
kernel
Spatial Color Coherence Neighborhood Difference
Kernel functionConvolution
*8-connected neighborhood
Gaussian FunctionWeighted Histogram Saturation Value Kronecker Delta
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
Hue Histograms ::Hue Histograms :: Spatial Color CoherenceSpatial Color Coherence
*hue histogram, window size = 1x11
*Barns Grand Teton: Grand Teton National Park
kernel
Spatial Color Coherence Neighborhood Difference
Kernel functionConvolution
*8-connected neighborhood
Gaussian FunctionWeighted Histogram Saturation Value Kronecker Delta
*Spatial Color Coherence Map
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
Hue Histograms :: The end of our jorney...Hue Histograms :: The end of our jorney...
Simple Frequency
By Contribution
Weighted Contribution
Hasan Weighted
By Saturation
Gaussian WeightedSmoothed
A brief visualA brief visual
comparison!comparison!
This is the end!
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
ConclusionConclusion
Use the appropriate space for your problem! Always!
Hue based histograms can be employed in a wide range of applications!
Color spaces that have hue separation approximate human perception!
Some considerations should be taken into account in the construction of a hue
histogram as brightness and perceptive contribution...
Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015
Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing
Thanks for your attention!Thanks for your attention!
Michel Alves dos SantosMichel Alves dos Santos
References:References:
Digital Image Processing (3rd Ed), Gonzalez & Woods, Pages 407-437. [GW'08]
Blind Stain Decomposition for Histo-Pathology Images Using Circular Nature
of Chroma Components, Li & Plataniotis, 2015, Page 2. [LP'15]
Color Image Segmentation Using Acceptable Histogram Segmentation, Delon
et al., 2005, LNCS.
Shot Classification Using Domain Specific Features for Movie Management,
Hasan et al., 2012, LNCS, Springer. [MAH'12]
Contrast Enhancement of Color Images Based on Wavelet Transform and
Human Visual System, 2007, Xiao & Ohya, IASTED.
Progressive Histogram Reshaping for Creative Color Transfer and Tone
Reproduction, Pouli & Reinhard, 2010, NPAR2010.

Contenu connexe

Tendances

Chapter 3 Output Primitives
Chapter 3 Output PrimitivesChapter 3 Output Primitives
Chapter 3 Output PrimitivesPrathimaBaliga
 
Random scan displays and raster scan displays
Random scan displays and raster scan displaysRandom scan displays and raster scan displays
Random scan displays and raster scan displaysSomya Bagai
 
Attributes of output primitive(line attributes)
Attributes of output primitive(line attributes)Attributes of output primitive(line attributes)
Attributes of output primitive(line attributes)shalinikarunakaran1
 
Raster animation
Raster animationRaster animation
Raster animationabhijit754
 
Window to viewport transformation
Window to viewport transformationWindow to viewport transformation
Window to viewport transformationAnkit Garg
 
Polygon filling
Polygon fillingPolygon filling
Polygon fillingAnkit Garg
 
Clipping computer graphics
Clipping  computer graphicsClipping  computer graphics
Clipping computer graphicsShaishavShah8
 
Hidden surface removal
Hidden surface removalHidden surface removal
Hidden surface removalAnkit Garg
 
PHP-MySQL Database Connectivity Using XAMPP Server
PHP-MySQL Database Connectivity Using XAMPP ServerPHP-MySQL Database Connectivity Using XAMPP Server
PHP-MySQL Database Connectivity Using XAMPP ServerRajiv Bhatia
 
Concept of basic illumination model
Concept of basic illumination modelConcept of basic illumination model
Concept of basic illumination modelAnkit Garg
 
COMPUTER GRAPHICS-"Projection"
COMPUTER GRAPHICS-"Projection"COMPUTER GRAPHICS-"Projection"
COMPUTER GRAPHICS-"Projection"Ankit Surti
 
Hidden surface removal algorithm
Hidden surface removal algorithmHidden surface removal algorithm
Hidden surface removal algorithmKKARUNKARTHIK
 
(Radhika) presentation on chapter 2 ai
(Radhika) presentation on chapter 2 ai(Radhika) presentation on chapter 2 ai
(Radhika) presentation on chapter 2 aiRadhika Srinivasan
 
Raster scan system
Raster scan systemRaster scan system
Raster scan systemMohd Arif
 

Tendances (20)

Chapter 3 Output Primitives
Chapter 3 Output PrimitivesChapter 3 Output Primitives
Chapter 3 Output Primitives
 
Random scan displays and raster scan displays
Random scan displays and raster scan displaysRandom scan displays and raster scan displays
Random scan displays and raster scan displays
 
Attributes of output primitive(line attributes)
Attributes of output primitive(line attributes)Attributes of output primitive(line attributes)
Attributes of output primitive(line attributes)
 
Raster animation
Raster animationRaster animation
Raster animation
 
Boundary fill algm
Boundary fill algmBoundary fill algm
Boundary fill algm
 
Window to viewport transformation
Window to viewport transformationWindow to viewport transformation
Window to viewport transformation
 
Scaling
ScalingScaling
Scaling
 
Video display devices
Video display devicesVideo display devices
Video display devices
 
Polygon filling
Polygon fillingPolygon filling
Polygon filling
 
Clipping computer graphics
Clipping  computer graphicsClipping  computer graphics
Clipping computer graphics
 
Hidden surface removal
Hidden surface removalHidden surface removal
Hidden surface removal
 
PHP-MySQL Database Connectivity Using XAMPP Server
PHP-MySQL Database Connectivity Using XAMPP ServerPHP-MySQL Database Connectivity Using XAMPP Server
PHP-MySQL Database Connectivity Using XAMPP Server
 
Concept of basic illumination model
Concept of basic illumination modelConcept of basic illumination model
Concept of basic illumination model
 
Weiler atherton
Weiler athertonWeiler atherton
Weiler atherton
 
Clipping
ClippingClipping
Clipping
 
Bezier Curve
Bezier Curve Bezier Curve
Bezier Curve
 
COMPUTER GRAPHICS-"Projection"
COMPUTER GRAPHICS-"Projection"COMPUTER GRAPHICS-"Projection"
COMPUTER GRAPHICS-"Projection"
 
Hidden surface removal algorithm
Hidden surface removal algorithmHidden surface removal algorithm
Hidden surface removal algorithm
 
(Radhika) presentation on chapter 2 ai
(Radhika) presentation on chapter 2 ai(Radhika) presentation on chapter 2 ai
(Radhika) presentation on chapter 2 ai
 
Raster scan system
Raster scan systemRaster scan system
Raster scan system
 

Similaire à Overview of Activities Developed in Disciplines and Guided Studies

TMS - Schedule of Presentations and Reports
TMS - Schedule of Presentations and ReportsTMS - Schedule of Presentations and Reports
TMS - Schedule of Presentations and ReportsMichel Alves
 
Color Harmonization - Results
Color Harmonization - ResultsColor Harmonization - Results
Color Harmonization - ResultsMichel Alves
 
A Gentle Introduction to Color Harmonization Techniques
A Gentle Introduction to Color Harmonization TechniquesA Gentle Introduction to Color Harmonization Techniques
A Gentle Introduction to Color Harmonization TechniquesMichel Alves
 
Wave Simulation Using Perlin Noise
Wave Simulation Using Perlin NoiseWave Simulation Using Perlin Noise
Wave Simulation Using Perlin NoiseMichel Alves
 
Qualifying Exam - Image-Based Reconstruction With Color Harmonization
Qualifying Exam - Image-Based Reconstruction With Color HarmonizationQualifying Exam - Image-Based Reconstruction With Color Harmonization
Qualifying Exam - Image-Based Reconstruction With Color HarmonizationMichel Alves
 
Five Minute Speech: An Overview of Activities Developed in Disciplines and Gu...
Five Minute Speech: An Overview of Activities Developed in Disciplines and Gu...Five Minute Speech: An Overview of Activities Developed in Disciplines and Gu...
Five Minute Speech: An Overview of Activities Developed in Disciplines and Gu...Michel Alves
 
Introduction to Kernel Functions
Introduction to Kernel FunctionsIntroduction to Kernel Functions
Introduction to Kernel FunctionsMichel Alves
 
Silica-Paleontology with graph databases: Rooting through the relics of digit...
Silica-Paleontology with graph databases: Rooting through the relics of digit...Silica-Paleontology with graph databases: Rooting through the relics of digit...
Silica-Paleontology with graph databases: Rooting through the relics of digit...Nic McPhee
 
ESWC2019 KGB Workshop - Mapping language analysis of comparative characteristics
ESWC2019 KGB Workshop - Mapping language analysis of comparative characteristicsESWC2019 KGB Workshop - Mapping language analysis of comparative characteristics
ESWC2019 KGB Workshop - Mapping language analysis of comparative characteristicsBen De Meester
 
Five Minute Speech: Activities Developed in Computational Geometry Discipline
Five Minute Speech: Activities Developed in Computational Geometry DisciplineFive Minute Speech: Activities Developed in Computational Geometry Discipline
Five Minute Speech: Activities Developed in Computational Geometry DisciplineMichel Alves
 
PLOTCON NYC: Custom Colormaps for Your Field
PLOTCON NYC: Custom Colormaps for Your FieldPLOTCON NYC: Custom Colormaps for Your Field
PLOTCON NYC: Custom Colormaps for Your FieldPlotly
 
Cas pratique de la science de la donnée dans le domaine universitaire - Data ...
Cas pratique de la science de la donnée dans le domaine universitaire - Data ...Cas pratique de la science de la donnée dans le domaine universitaire - Data ...
Cas pratique de la science de la donnée dans le domaine universitaire - Data ...Swiss Data Forum Swiss Data Forum
 
Similarity Maps Using SSIM Index
Similarity Maps Using SSIM IndexSimilarity Maps Using SSIM Index
Similarity Maps Using SSIM IndexMichel Alves
 
A Bug Report Analysis and Search Tool (presentation for M.Sc. degree)
A Bug Report Analysis and Search Tool (presentation for M.Sc. degree)A Bug Report Analysis and Search Tool (presentation for M.Sc. degree)
A Bug Report Analysis and Search Tool (presentation for M.Sc. degree)yguarata
 
Learn2Sign : Sign language recognition and translation using human keypoint e...
Learn2Sign : Sign language recognition and translation using human keypoint e...Learn2Sign : Sign language recognition and translation using human keypoint e...
Learn2Sign : Sign language recognition and translation using human keypoint e...Universitat Politècnica de Catalunya
 

Similaire à Overview of Activities Developed in Disciplines and Guided Studies (15)

TMS - Schedule of Presentations and Reports
TMS - Schedule of Presentations and ReportsTMS - Schedule of Presentations and Reports
TMS - Schedule of Presentations and Reports
 
Color Harmonization - Results
Color Harmonization - ResultsColor Harmonization - Results
Color Harmonization - Results
 
A Gentle Introduction to Color Harmonization Techniques
A Gentle Introduction to Color Harmonization TechniquesA Gentle Introduction to Color Harmonization Techniques
A Gentle Introduction to Color Harmonization Techniques
 
Wave Simulation Using Perlin Noise
Wave Simulation Using Perlin NoiseWave Simulation Using Perlin Noise
Wave Simulation Using Perlin Noise
 
Qualifying Exam - Image-Based Reconstruction With Color Harmonization
Qualifying Exam - Image-Based Reconstruction With Color HarmonizationQualifying Exam - Image-Based Reconstruction With Color Harmonization
Qualifying Exam - Image-Based Reconstruction With Color Harmonization
 
Five Minute Speech: An Overview of Activities Developed in Disciplines and Gu...
Five Minute Speech: An Overview of Activities Developed in Disciplines and Gu...Five Minute Speech: An Overview of Activities Developed in Disciplines and Gu...
Five Minute Speech: An Overview of Activities Developed in Disciplines and Gu...
 
Introduction to Kernel Functions
Introduction to Kernel FunctionsIntroduction to Kernel Functions
Introduction to Kernel Functions
 
Silica-Paleontology with graph databases: Rooting through the relics of digit...
Silica-Paleontology with graph databases: Rooting through the relics of digit...Silica-Paleontology with graph databases: Rooting through the relics of digit...
Silica-Paleontology with graph databases: Rooting through the relics of digit...
 
ESWC2019 KGB Workshop - Mapping language analysis of comparative characteristics
ESWC2019 KGB Workshop - Mapping language analysis of comparative characteristicsESWC2019 KGB Workshop - Mapping language analysis of comparative characteristics
ESWC2019 KGB Workshop - Mapping language analysis of comparative characteristics
 
Five Minute Speech: Activities Developed in Computational Geometry Discipline
Five Minute Speech: Activities Developed in Computational Geometry DisciplineFive Minute Speech: Activities Developed in Computational Geometry Discipline
Five Minute Speech: Activities Developed in Computational Geometry Discipline
 
PLOTCON NYC: Custom Colormaps for Your Field
PLOTCON NYC: Custom Colormaps for Your FieldPLOTCON NYC: Custom Colormaps for Your Field
PLOTCON NYC: Custom Colormaps for Your Field
 
Cas pratique de la science de la donnée dans le domaine universitaire - Data ...
Cas pratique de la science de la donnée dans le domaine universitaire - Data ...Cas pratique de la science de la donnée dans le domaine universitaire - Data ...
Cas pratique de la science de la donnée dans le domaine universitaire - Data ...
 
Similarity Maps Using SSIM Index
Similarity Maps Using SSIM IndexSimilarity Maps Using SSIM Index
Similarity Maps Using SSIM Index
 
A Bug Report Analysis and Search Tool (presentation for M.Sc. degree)
A Bug Report Analysis and Search Tool (presentation for M.Sc. degree)A Bug Report Analysis and Search Tool (presentation for M.Sc. degree)
A Bug Report Analysis and Search Tool (presentation for M.Sc. degree)
 
Learn2Sign : Sign language recognition and translation using human keypoint e...
Learn2Sign : Sign language recognition and translation using human keypoint e...Learn2Sign : Sign language recognition and translation using human keypoint e...
Learn2Sign : Sign language recognition and translation using human keypoint e...
 

Plus de Michel Alves

Texture Synthesis: An Approach Based on GPU Use
Texture Synthesis: An Approach Based on GPU UseTexture Synthesis: An Approach Based on GPU Use
Texture Synthesis: An Approach Based on GPU UseMichel Alves
 
Intelligent Transfer of Thematic Harmonic Color Palettes
Intelligent Transfer of Thematic Harmonic Color PalettesIntelligent Transfer of Thematic Harmonic Color Palettes
Intelligent Transfer of Thematic Harmonic Color PalettesMichel Alves
 
A Framework for Harmonic Color Measures
A Framework for Harmonic Color MeasuresA Framework for Harmonic Color Measures
A Framework for Harmonic Color MeasuresMichel Alves
 
Effectiveness of Image Quality Assessment Indexes
Effectiveness of Image Quality Assessment IndexesEffectiveness of Image Quality Assessment Indexes
Effectiveness of Image Quality Assessment IndexesMichel Alves
 
Month Presentations Schedule - March/2015 - LCG/UFRJ
Month Presentations Schedule - March/2015 - LCG/UFRJMonth Presentations Schedule - March/2015 - LCG/UFRJ
Month Presentations Schedule - March/2015 - LCG/UFRJMichel Alves
 
Color Palettes in R
Color Palettes in RColor Palettes in R
Color Palettes in RMichel Alves
 
Hue Wheel Prototype
Hue Wheel PrototypeHue Wheel Prototype
Hue Wheel PrototypeMichel Alves
 
Triangle Mesh Plot
Triangle Mesh PlotTriangle Mesh Plot
Triangle Mesh PlotMichel Alves
 
Capacity-Constrained Point Distributions :: Video Slides
Capacity-Constrained Point Distributions :: Video SlidesCapacity-Constrained Point Distributions :: Video Slides
Capacity-Constrained Point Distributions :: Video SlidesMichel Alves
 
Capacity-Constrained Point Distributions :: Density Function Catalog
Capacity-Constrained Point Distributions :: Density Function CatalogCapacity-Constrained Point Distributions :: Density Function Catalog
Capacity-Constrained Point Distributions :: Density Function CatalogMichel Alves
 
Capacity-Constrained Point Distributions :: Complementary Results
Capacity-Constrained Point Distributions :: Complementary ResultsCapacity-Constrained Point Distributions :: Complementary Results
Capacity-Constrained Point Distributions :: Complementary ResultsMichel Alves
 
Capacity-Constrained Point Distributions
Capacity-Constrained Point DistributionsCapacity-Constrained Point Distributions
Capacity-Constrained Point DistributionsMichel Alves
 
Harris Detector Results
Harris Detector ResultsHarris Detector Results
Harris Detector ResultsMichel Alves
 
Class Diagram - MyImageLibrary
Class Diagram - MyImageLibraryClass Diagram - MyImageLibrary
Class Diagram - MyImageLibraryMichel Alves
 
Diagrams - entity-relationship and relational model
Diagrams - entity-relationship and relational modelDiagrams - entity-relationship and relational model
Diagrams - entity-relationship and relational modelMichel Alves
 
Report - Lex and YACC
Report -  Lex and YACCReport -  Lex and YACC
Report - Lex and YACCMichel Alves
 
Bootstrap Evaluation in R - Source Code
Bootstrap Evaluation in R -  Source CodeBootstrap Evaluation in R -  Source Code
Bootstrap Evaluation in R - Source CodeMichel Alves
 

Plus de Michel Alves (20)

Texture Synthesis: An Approach Based on GPU Use
Texture Synthesis: An Approach Based on GPU UseTexture Synthesis: An Approach Based on GPU Use
Texture Synthesis: An Approach Based on GPU Use
 
Intelligent Transfer of Thematic Harmonic Color Palettes
Intelligent Transfer of Thematic Harmonic Color PalettesIntelligent Transfer of Thematic Harmonic Color Palettes
Intelligent Transfer of Thematic Harmonic Color Palettes
 
A Framework for Harmonic Color Measures
A Framework for Harmonic Color MeasuresA Framework for Harmonic Color Measures
A Framework for Harmonic Color Measures
 
Effectiveness of Image Quality Assessment Indexes
Effectiveness of Image Quality Assessment IndexesEffectiveness of Image Quality Assessment Indexes
Effectiveness of Image Quality Assessment Indexes
 
Month Presentations Schedule - March/2015 - LCG/UFRJ
Month Presentations Schedule - March/2015 - LCG/UFRJMonth Presentations Schedule - March/2015 - LCG/UFRJ
Month Presentations Schedule - March/2015 - LCG/UFRJ
 
Color Palettes in R
Color Palettes in RColor Palettes in R
Color Palettes in R
 
Sigmoid Curve Erf
Sigmoid Curve ErfSigmoid Curve Erf
Sigmoid Curve Erf
 
Hue Wheel Prototype
Hue Wheel PrototypeHue Wheel Prototype
Hue Wheel Prototype
 
Cosine Curve
Cosine CurveCosine Curve
Cosine Curve
 
Triangle Mesh Plot
Triangle Mesh PlotTriangle Mesh Plot
Triangle Mesh Plot
 
Triangle Plot
Triangle PlotTriangle Plot
Triangle Plot
 
Capacity-Constrained Point Distributions :: Video Slides
Capacity-Constrained Point Distributions :: Video SlidesCapacity-Constrained Point Distributions :: Video Slides
Capacity-Constrained Point Distributions :: Video Slides
 
Capacity-Constrained Point Distributions :: Density Function Catalog
Capacity-Constrained Point Distributions :: Density Function CatalogCapacity-Constrained Point Distributions :: Density Function Catalog
Capacity-Constrained Point Distributions :: Density Function Catalog
 
Capacity-Constrained Point Distributions :: Complementary Results
Capacity-Constrained Point Distributions :: Complementary ResultsCapacity-Constrained Point Distributions :: Complementary Results
Capacity-Constrained Point Distributions :: Complementary Results
 
Capacity-Constrained Point Distributions
Capacity-Constrained Point DistributionsCapacity-Constrained Point Distributions
Capacity-Constrained Point Distributions
 
Harris Detector Results
Harris Detector ResultsHarris Detector Results
Harris Detector Results
 
Class Diagram - MyImageLibrary
Class Diagram - MyImageLibraryClass Diagram - MyImageLibrary
Class Diagram - MyImageLibrary
 
Diagrams - entity-relationship and relational model
Diagrams - entity-relationship and relational modelDiagrams - entity-relationship and relational model
Diagrams - entity-relationship and relational model
 
Report - Lex and YACC
Report -  Lex and YACCReport -  Lex and YACC
Report - Lex and YACC
 
Bootstrap Evaluation in R - Source Code
Bootstrap Evaluation in R -  Source CodeBootstrap Evaluation in R -  Source Code
Bootstrap Evaluation in R - Source Code
 

Dernier

Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsManeerUddin
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 

Dernier (20)

Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture hons
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 

Overview of Activities Developed in Disciplines and Guided Studies

  • 1. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing About Perception and HueAbout Perception and Hue Histograms in HSV SpaceHistograms in HSV Space Michel Alves dos Santos May, 2015 *original *hue-saturation projection *saturation *brightness *hue histogram
  • 2. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing IntroductionIntroduction red channel green channel blue channel What's your perception about the colors of this image? *Barns Grand Teton: Grand Teton National Park Note the marked areas! And the distribution by channel? How each color component behaves in its proper channel?
  • 3. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing IntroductionIntroduction*Barns Grand Teton: Grand Teton National Park Observe the distribution of energy for each channel: But, about the hues? What the RGB model can tell us? This kind of graph shows us how the energy of each channel is distributed! red channel green channel blue channel
  • 4. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing IntroductionIntroduction*Barns Grand Teton: Grand Teton National Park Firstly, we will use the HSV Color Space ... How to build a hue histogram? Now, note the diagram below: Can you identify hues distinctly? Probably not! Because of clusters and the intersection of colors! A histogram of hues can help us improve our perception!
  • 5. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing RGB Vs HSVRGB Vs HSV (Color Spaces)(Color Spaces) RGB Color Space HSV Color Space *Solids produced using POV­Ray [http://lib.povray.org/] Simplicity in representation and storage Close to human perception Some point operations are faster... Easy interpolation between colors Invariant to illumination transformsHave lighting and color properties togetherHave lighting and color properties together
  • 6. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing RGB Vs HSVRGB Vs HSV (Color Spaces – a common mistake...)(Color Spaces – a common mistake...) RGB Color Space HSV Color Space *Solids produced using POV­Ray [http://lib.povray.org/] A cone is commonly adopted but cylindrical representation is more mathematically accurate.
  • 7. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing RGB Vs HSVRGB Vs HSV (Color Spaces – Solids Transition)(Color Spaces – Solids Transition) RGB Color Space HSV Color Space *Solids produced using POV­Ray [http://lib.povray.org/]
  • 8. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing RGB Vs HSVRGB Vs HSV (Transformation)(Transformation) RGB HSV Transformation isn't linear! Some care should be taken with monochromatic pixels! *[avoid divisions by zero]
  • 9. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing RGB Vs HSVRGB Vs HSV (Transformation)(Transformation) RGB HSV Transformation isn't linear! Alternative Some care should be taken with monochromatic pixels! *[avoid divisions by zero]
  • 10. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing RGB Vs HSVRGB Vs HSV (Color Image Thresholding)(Color Image Thresholding) Find the yellow M&M's! A simple task for a human observer, but not so easy for machines: Complexity depends of the space! Using RGB: R: G: B: 200 255 200 255 0 50 Using HSV:(3 intervals) (1 interval)
  • 11. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing RGB Vs HSVRGB Vs HSV (Color Image Thresholding)(Color Image Thresholding) Find the yellow M&M's! A simple task for a human observer, but not so easy for machines: Complexity depends of the space! Using RGB: R: G: B: 200 255 200 255 0 50 Using HSV:(3 intervals) (1 interval) [This approach is independent of saturation or brightness]
  • 12. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing *Barns Grand Teton: Grand Teton National Park RGB Vs HSVRGB Vs HSV (Color Image Thresholding)(Color Image Thresholding) *hues of sky *hues of barn *hues of grass Using this feature some tasks can be easily performed! As detection of regions or objects by its characteristic colors! It's one of the bases of color perception!
  • 13. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing RGB Vs HSVRGB Vs HSV (Color Perception)(Color Perception) And now, what's your perception about the colors of this image? *Barns Grand Teton: Grand Teton National Park Where we have more blue hues? Where we have more orange hues? Where we have more green hues? Here we have a blend of yellow and green hues! Do not fool yourself! (Grass???) (Sky) (Barn) *hue histogram *hue projection
  • 14. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing RGB Vs HSVRGB Vs HSV (Color Perception)(Color Perception) And now, what's your perception about the colors of this image? *Barns Grand Teton: Grand Teton National Park Where we have more blue hues? Where we have more orange hues? Where we have more green hues? Here we have a blend of yellow and green hues! Do not fool yourself! (Grass???) (Sky) (Barn) *hue histogram *hue projection
  • 15. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing RGB Vs HSVRGB Vs HSV (Meanings of the Components)(Meanings of the Components) Energy of red channel Energy of green channel Energy of blue channel What is the basic color? How vibrant is the color? How brightness is the color?
  • 16. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing Hue HistogramsHue Histograms *hue projection *saturation *value We will build our histograms taking account the number of positions of the hue circle! Number of bins (discrete positions): 0..360 or 0 to 2π Note that the hue channel is a ring structure!
  • 17. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing Hue Histograms - StepsHue Histograms - Steps Our input images are in RGB Color Space, the output is a transformed hue histogram... We are applying a square root transformation to obtain the final hue histogram... Observe the follow diagram! The metric of contribution is a flexible part of the process and depends of application...
  • 18. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing Hue Histograms - StepsHue Histograms - Steps Our input images are in RGB Color Space, the output is a transformed hue histogram... We are applying a square root transformation to obtain the final hue histogram... Observe the follow diagram! The metric of contribution is a flexible part of the process and depends of application... Get to work! Now, I will show some metrics!
  • 19. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing Hue Histograms :: Simple FrequencyHue Histograms :: Simple Frequency*Barns Grand Teton: Grand Teton National Park Kronecker Delta Hue Picture or Image *hue histogram This is a simple counting! It doesn't consider other HSV channels. Bin Position PixelHistogram Notation
  • 20. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing Hue Histograms :: by SaturationHue Histograms :: by Saturation*Barns Grand Teton: Grand Teton National Park *hue histogram Kronecker Delta Hue Picture Only considers the saturation channel... Saturation Ref: [LP'15] Bin Position PixelHistogram
  • 21. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing Hue Histograms :: by ContributionHue Histograms :: by Contribution*Barns Grand Teton: Grand Teton National Park *hue histogram Kronecker DeltaSaturation ValuePicture Hue Histogram Pixel Bin Position
  • 22. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing Hue Histograms ::Hue Histograms :: Weighted by ContributionWeighted by Contribution *Barns Grand Teton: Grand Teton National Park *hue histogram Kronecker DeltaSaturation ValuePicture Hue *similar to the previous! Normalization Factor Bin Position Pixel
  • 23. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing Hue Histograms :: Hasan WeightedHue Histograms :: Hasan Weighted Ref: [MAH'12] *hue histogram *Barns Grand Teton: Grand Teton National Park Picture Previous Histogram *exponential weighted histogram Mean of Hues *similar to the previous??? Mean Variance Variance of Hues Notation Weighted Histogram Bin Position
  • 24. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing Hue Histograms :: Hasan WeightedHue Histograms :: Hasan Weighted Ref: [MAH'12] *hue histogram *Barns Grand Teton: Grand Teton National Park Picture Previous Histogram *exponential weighted histogram Mean of Hues *similar to the previous??? Variance of Hues *before weighting *after weighting frequency frequencyhue hue Weighted Histogram Bin Position
  • 25. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing Hue Histograms :: Gaussian WeightedHue Histograms :: Gaussian Weighted Gaussian Function *Barns Grand Teton: Grand Teton National Park *hue histogram Picture Previous Histogram Weighted Histogram Bin Position Mean of Hues Variance of Hues
  • 26. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing Hue Histograms ::Hue Histograms :: Smoothed by BoxSmoothed by Box *hue histogram, window size = 1x9 *Barns Grand Teton: Grand Teton National Park Box function Convolution Gaussian Function Previous HistogramWeighted Histogram
  • 27. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing Hue Histograms ::Hue Histograms :: Smoothed by BoxSmoothed by Box *hue histogram, window size = 1x9 *Barns Grand Teton: Grand Teton National Park Box function Convolution Gaussian Function Previous HistogramWeighted Histogram *smoothing employing a boxcar function
  • 28. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing Hue Histograms ::Hue Histograms :: Smoothed by GaussianSmoothed by Gaussian *hue histogram, window size = 1x9 *Barns Grand Teton: Grand Teton National Park Gaussian function Convolution Gaussian Function Previous HistogramWeighted Histogram
  • 29. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing Hue Histograms ::Hue Histograms :: Smoothed by a KernelSmoothed by a Kernel *hue histogram, window size = 1x11 *Barns Grand Teton: Grand Teton National Park kernel Kernel function Convolution Gaussian Function Previous HistogramWeighted Histogram
  • 30. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing Hue Histograms ::Hue Histograms :: Smoothed by a KernelSmoothed by a Kernel *hue histogram, window size = 1x11 *Barns Grand Teton: Grand Teton National Park kernel function employed: Epanechnikov kernel Kernel function Convolution Gaussian Function Previous HistogramWeighted Histogram
  • 31. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing Hue Histograms ::Hue Histograms :: Spatial Color CoherenceSpatial Color Coherence *hue histogram, window size = 1x11 *Barns Grand Teton: Grand Teton National Park kernel Spatial Color Coherence Neighborhood Difference Kernel functionConvolution *8-connected neighborhood Gaussian FunctionWeighted Histogram Saturation Value Kronecker Delta
  • 32. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing Hue Histograms ::Hue Histograms :: Spatial Color CoherenceSpatial Color Coherence *hue histogram, window size = 1x11 *Barns Grand Teton: Grand Teton National Park kernel Spatial Color Coherence Neighborhood Difference Kernel functionConvolution *8-connected neighborhood Gaussian FunctionWeighted Histogram Saturation Value Kronecker Delta *Spatial Color Coherence Map
  • 33. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing Hue Histograms :: The end of our jorney...Hue Histograms :: The end of our jorney... Simple Frequency By Contribution Weighted Contribution Hasan Weighted By Saturation Gaussian WeightedSmoothed A brief visualA brief visual comparison!comparison! This is the end!
  • 34. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing ConclusionConclusion Use the appropriate space for your problem! Always! Hue based histograms can be employed in a wide range of applications! Color spaces that have hue separation approximate human perception! Some considerations should be taken into account in the construction of a hue histogram as brightness and perceptive contribution...
  • 35. Federal University of Rio de Janeiro (UFRJ) :: Campus Cidade Universitária :: Rio de Janeiro :: Fundão Island :: COPPE/PESC/Laboratory of Computer Graphics :: March/2015 Michel Alves -- Five Minute Speech (FMS) :: Overview of Activities Developed in Disciplines and Guided Studies :: Graduate Program in Systems Engineering and Computing Thanks for your attention!Thanks for your attention! Michel Alves dos SantosMichel Alves dos Santos References:References: Digital Image Processing (3rd Ed), Gonzalez & Woods, Pages 407-437. [GW'08] Blind Stain Decomposition for Histo-Pathology Images Using Circular Nature of Chroma Components, Li & Plataniotis, 2015, Page 2. [LP'15] Color Image Segmentation Using Acceptable Histogram Segmentation, Delon et al., 2005, LNCS. Shot Classification Using Domain Specific Features for Movie Management, Hasan et al., 2012, LNCS, Springer. [MAH'12] Contrast Enhancement of Color Images Based on Wavelet Transform and Human Visual System, 2007, Xiao & Ohya, IASTED. Progressive Histogram Reshaping for Creative Color Transfer and Tone Reproduction, Pouli & Reinhard, 2010, NPAR2010.