Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
113 changes: 62 additions & 51 deletions src/lab/colour/procedure.html
Original file line number Diff line number Diff line change
@@ -1,51 +1,62 @@
<p><b>Colour Image Processing: Procedure</b><p> The experiment is designed to understand and learn color models and processing in color domains. This experiment consists two parts</p>

<p>(i) Color Spaces</p>

<p>(ii) Color Processing</p>

<p><i>Steps to run the experiments</i> </p>

<p>(i) Color Spaces</p>

<p>1. Select image from the mosaic using <i>'select image'</i> option </p>

<p>a) Select region of the image to load it in the input image panel </p>

<p>2. Select one option from <i>color spaces</i> </p>

<p>a) HIS</p>

<p>b) CMY</p>

<p>c) YCbCr</p>

<p>3. Select run option to perform the operations </p>

<p>a) Output result will be displayed in the output panel </p>

<p>(A) Processing:</p>

<p>1. Select image from the mosaic using <i>'select image'</i> option </p>

<p>a. Select region of the image to load it in the input image panel </p>

<p>2. Select one option from <i>color spaces</i></p>

<p>3. Select one or more plane from <i>color space</i> to apply parameters</p>

<p>4. Select the one option from <i>Linear</i> and <i>Histogram processing</i> </p>

<p>a. For <i>Linear</i> select the value of slope and offset</p>

<p>b. For <i>Histogram processing</i> select one option from <i>Global histogram equalization</i> and <i>Adaptive Histogram equalization</i></p>

<p>5. Select run option to perform the operations </p>

<p>a. Output result will be displayed in the output panel </p>

<p><i>Interesting Observations </i></p>

<p>1. Try Linear processing with one color plane Vs all color planes and observe the result.</p>

<p>2. Try Histogram equalization with one color plane Vs all color plane and observe the result.</p>
<p>
<b>Colour Image Processing: Procedure</b>
<p>The experiment is designed to understand and learn color models and processing in color domains. This experiment consists two parts
<ol type="i">
<li>Color Spaces</li>
<li>Color Processing</li>
</ol>
</p>
<i>Steps to run the experiments</i>
<ol type="i">
<li>Color Spaces
<ol type="1">
<li>Select image from the mosaic using <i>'select image'</i> option
<ol type="a">
<li>Select region of the image to load it in the input image panel </li>
</ol>
</li>
<li>
Select one option from <i>color spaces</i>
<ol type="a">
<li>HIS</li>
<li>CMY</li>
<li>YCbCr</li>
</ol>
</li>
<li>
Select run option to perform the operations
<ol type="a">
<li>Output result will be displayed in the output panel</li>
</ol>
</li>
</ol>
</li>
<li>Processing:
<ol type="1">
<li>Select image from the mosaic using 'select image' option
<ol type="a">
<li>Select region of the image to load it in the input image panel </li>
</ol>
</li>
<li> Select one option from <i>color spaces</i> </li>
<li>Select one or more plane from <i>color space</i> to apply parameters </li>
<li>
Select the one option from <i>Linear</i> and <i>Histogram</i> processing
<ol type='a'>
<li> For <i>Linear</i> select the value of slope and offset </li>
<li> For <i>Histogram processing</i> select one option from <i>Global histogram equalization</i> and <i>Adaptive Histogram equalization</i></li>
</ol>
</li>
<li> Select run option to perform the operations</li>
<ol type="a">
<li> Output result will be displayed in the output panel </li>
</ol>
</ol>
</li>
</ol>
<i>Interesting Observations </i>
<ol type="1">
<li> Try Linear processing with one color plane Vs all color planes and observe the result.</li>
<li> Try Histogram equalization with one color plane Vs all color plane and observe the result. </li>
</ol>
</p>
Loading