uk.ac.cisban.rod.database.data
Class ImageResult

java.lang.Object
  extended by uk.ac.cisban.rod.database.data.ImageResult

public class ImageResult
extends java.lang.Object

Results of image analysis: the area of the spot, with feature and value to be added as they develop.

Since:
30-Sep-2009, 12:26:10
Author:
Morgan Taschuk

Constructor Summary
protected ImageResult()
           
  ImageResult(int area, ImageSpot imageSpot, FeatureCV featureCV)
           
  ImageResult(int area, int trimmed_area, int intensity, int edgePixels, ImageSpot imageSpot, FeatureCV featureCV, int x_offset, int y_offest)
           
  ImageResult(int area, int trimmed_area, int intensity, int edgePixels, ImageSpot imageSpot, FeatureCV featureCV, int x_offset, int y_offest, java.awt.Color colonies, java.awt.Color background, int edgeLength)
           
 
Method Summary
 int getArea()
           
 java.lang.Integer getBkB()
           
 java.lang.Integer getBkG()
           
 java.lang.Integer getBkR()
           
 java.lang.Integer getColB()
           
 java.lang.Integer getColG()
           
 java.lang.Integer getColR()
           
 int getEdgeLength()
           
 int getEdgePixels()
           
 FeatureCV getFeatureCV()
           
 java.lang.Long getId()
           
 int getIntensity()
           
 ImageSpot getSpot()
           
 int getTrimmedArea()
           
 int getXOffSet()
           
 int getYOffSet()
           
 boolean isComplete()
           
 void setArea(int area)
           
 void setColB(java.lang.Integer colB)
           
 void setColG(java.lang.Integer colG)
           
 void setColR(java.lang.Integer colR)
           
 void setEdgePixels(int edgePixels)
           
 void setFeatureCV(FeatureCV featureCV)
           
protected  void setId(java.lang.Long id)
           
 void setIntensity(int intensity)
           
 void setSpot(ImageSpot imageSpot)
           
 void setTrimmedArea(int trimmedArea)
           
 void setXOffSet(int xOffSet)
           
 void setYOffSet(int yOffSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageResult

protected ImageResult()

ImageResult

public ImageResult(int area,
                   ImageSpot imageSpot,
                   FeatureCV featureCV)

ImageResult

public ImageResult(int area,
                   int trimmed_area,
                   int intensity,
                   int edgePixels,
                   ImageSpot imageSpot,
                   FeatureCV featureCV,
                   int x_offset,
                   int y_offest)

ImageResult

public ImageResult(int area,
                   int trimmed_area,
                   int intensity,
                   int edgePixels,
                   ImageSpot imageSpot,
                   FeatureCV featureCV,
                   int x_offset,
                   int y_offest,
                   java.awt.Color colonies,
                   java.awt.Color background,
                   int edgeLength)
Method Detail

getColB

public java.lang.Integer getColB()

setColB

public void setColB(java.lang.Integer colB)

getColG

public java.lang.Integer getColG()

setColG

public void setColG(java.lang.Integer colG)

getColR

public java.lang.Integer getColR()

setColR

public void setColR(java.lang.Integer colR)

getBkB

public java.lang.Integer getBkB()

getBkG

public java.lang.Integer getBkG()

getBkR

public java.lang.Integer getBkR()

getEdgeLength

public int getEdgeLength()

getId

public java.lang.Long getId()

setId

protected void setId(java.lang.Long id)

getArea

public int getArea()

setArea

public void setArea(int area)

getIntensity

public int getIntensity()

setIntensity

public void setIntensity(int intensity)

getEdgePixels

public int getEdgePixels()

setEdgePixels

public void setEdgePixels(int edgePixels)

getSpot

public ImageSpot getSpot()

setSpot

public void setSpot(ImageSpot imageSpot)

getFeatureCV

public FeatureCV getFeatureCV()

setFeatureCV

public void setFeatureCV(FeatureCV featureCV)

getXOffSet

public int getXOffSet()

setXOffSet

public void setXOffSet(int xOffSet)

getYOffSet

public int getYOffSet()

setYOffSet

public void setYOffSet(int yOffSet)

getTrimmedArea

public int getTrimmedArea()

setTrimmedArea

public void setTrimmedArea(int trimmedArea)

isComplete

public boolean isComplete()


Copyright © 2010. All Rights Reserved.