|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ClearImageJNI.CiSuperObject ClearImageJNI.ICiTools
public class ICiTools
ICiTools Interface.
This class corresponds to a COM interface. Objects of this class are not created directly, but are obtained by calling methods of other COM objects.
Field Summary |
---|
Fields inherited from class ClearImageJNI.CiSuperObject |
---|
lockObject |
Constructor Summary | |
---|---|
ICiTools(long oIn)
|
Method Summary | |
---|---|
void |
AndImage(ICiImage ImgSrc,
int left,
int top)
Logical AND with another image. |
int |
CountPixels()
Count image pixels. |
ICiImage |
ExtractObject(ICiObject Object)
Extract an object into new image. |
void |
Fatten(int Pixels,
EMorphDirections Direction)
Fatten image. |
ICiLine |
FirstLine()
Find first line. |
ICiObject |
FirstObject()
Find first object. |
int |
getCx2l(int i)
property cx2l. |
double |
getCx3d(int i)
property cx3d. |
ICiImage |
getImage()
Image as CiImage object. |
ELineCurvature |
getPLineCurvature()
Maximum line curvature. |
ELineDirection |
getPLineDirection()
Line direction(s). |
double |
getPMaxLineAngle()
Maximum angle of line. |
int |
getPMaxLineGap()
Maximum gap inside line in pixels. |
int |
getPMinLineLength()
Minimum length of line in pixels. |
int |
getPScaleBmpBrightness()
Brightness of image scaled down to Windows Bitmap. |
int |
getPScaleBmpContrast()
Contrast of image scaled down to Windows Bitmap. |
EScaleBmpType |
getPScaleBmpType()
Type of image-to-bitmap scale down. |
int |
getPScaleThreshold()
Threshold for ciScaleThreshold-type scaling. |
EScaleType |
getPScaleType()
Type of image to image scale down. |
int |
getRConfidence()
Image rotation and skew confidence. |
short[] |
MeasureHorzHistogram()
Measure horizontal histogram. |
ICiRect |
MeasureMargins()
Measure image margins. |
EPageRotation |
MeasureRotation()
Measure image rotation. |
double |
MeasureSkew()
Measure image skew. |
short[] |
MeasureVertHistogram()
Measure vertical histogram. |
ICiLine |
NextLine()
Find another line. |
ICiObject |
NextObject()
Find another object. |
void |
OrImage(ICiImage ImgSrc,
int left,
int top)
Logical OR with another image. |
void |
PasteImage(ICiImage ImgSrc,
int left,
int top)
Paste another image. |
void |
ScaleImage(double ScaleX,
double ScaleY)
Scale image. |
int |
ScaleToDIB(double ScaleX,
double ScaleY)
Scale image to Windows DIB. |
void |
setCx2l(int i,
int arg)
property cx2l. |
void |
setCx3d(int i,
double arg)
property cx3d. |
void |
setImage(ICiImage arg)
Image as CiImage object. |
void |
setPLineCurvature(ELineCurvature arg)
Maximum line curvature. |
void |
setPLineDirection(ELineDirection arg)
Line direction(s). |
void |
setPMaxLineAngle(double arg)
Maximum angle of line. |
void |
setPMaxLineGap(int arg)
Maximum gap inside line in pixels. |
void |
setPMinLineLength(int arg)
Minimum length of line in pixels. |
void |
setPScaleBmpBrightness(int arg)
Brightness of image scaled down to Windows Bitmap. |
void |
setPScaleBmpContrast(int arg)
Contrast of image scaled down to Windows Bitmap. |
void |
setPScaleBmpType(EScaleBmpType arg)
Type of image-to-bitmap scale down. |
void |
setPScaleThreshold(int arg)
Threshold for ciScaleThreshold-type scaling. |
void |
setPScaleType(EScaleType arg)
Type of image to image scale down. |
void |
Skew(double Angle)
Skew image. |
void |
Trim(int Pixels,
EMorphDirections Direction)
Trim image. |
void |
XorImage(ICiImage ImgSrc,
int left,
int top)
Logical XOR with another image. |
Methods inherited from class ClearImageJNI.CiSuperObject |
---|
CleanUp |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ICiTools(long oIn)
Method Detail |
---|
public ICiObject FirstObject() throws CiException
CiException
public ICiObject NextObject() throws CiException
CiException
public ICiImage ExtractObject(ICiObject Object) throws CiException
CiException
public int getPMinLineLength() throws CiException
CiException
public void setPMinLineLength(int arg) throws CiException
CiException
public int getPMaxLineGap() throws CiException
CiException
public void setPMaxLineGap(int arg) throws CiException
CiException
public double getPMaxLineAngle() throws CiException
CiException
public void setPMaxLineAngle(double arg) throws CiException
CiException
public ELineCurvature getPLineCurvature() throws CiException
CiException
public void setPLineCurvature(ELineCurvature arg) throws CiException
CiException
public ICiLine FirstLine() throws CiException
CiException
public ICiLine NextLine() throws CiException
CiException
public ICiRect MeasureMargins() throws CiException
CiException
public double MeasureSkew() throws CiException
CiException
public EPageRotation MeasureRotation() throws CiException
CiException
public int CountPixels() throws CiException
CiException
public short[] MeasureVertHistogram() throws CiException
CiException
public short[] MeasureHorzHistogram() throws CiException
CiException
public ICiImage getImage() throws CiException
CiException
public void setImage(ICiImage arg) throws CiException
CiException
public int getRConfidence() throws CiException
CiException
public ELineDirection getPLineDirection() throws CiException
CiException
public void setPLineDirection(ELineDirection arg) throws CiException
CiException
public void Skew(double Angle) throws CiException
CiException
public void Fatten(int Pixels, EMorphDirections Direction) throws CiException
CiException
public void Trim(int Pixels, EMorphDirections Direction) throws CiException
CiException
public void AndImage(ICiImage ImgSrc, int left, int top) throws CiException
CiException
public void OrImage(ICiImage ImgSrc, int left, int top) throws CiException
CiException
public void XorImage(ICiImage ImgSrc, int left, int top) throws CiException
CiException
public void PasteImage(ICiImage ImgSrc, int left, int top) throws CiException
CiException
public double getCx3d(int i) throws CiException
CiException
public void setCx3d(int i, double arg) throws CiException
CiException
public int getCx2l(int i) throws CiException
CiException
public void setCx2l(int i, int arg) throws CiException
CiException
public EScaleType getPScaleType() throws CiException
CiException
public void setPScaleType(EScaleType arg) throws CiException
CiException
public int getPScaleThreshold() throws CiException
CiException
public void setPScaleThreshold(int arg) throws CiException
CiException
public void ScaleImage(double ScaleX, double ScaleY) throws CiException
CiException
public int getPScaleBmpBrightness() throws CiException
CiException
public void setPScaleBmpBrightness(int arg) throws CiException
CiException
public int getPScaleBmpContrast() throws CiException
CiException
public void setPScaleBmpContrast(int arg) throws CiException
CiException
public EScaleBmpType getPScaleBmpType() throws CiException
CiException
public void setPScaleBmpType(EScaleBmpType arg) throws CiException
CiException
public int ScaleToDIB(double ScaleX, double ScaleY) throws CiException
CiException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |