|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectezjcom.JComObject
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 ezjcom.JComObject |
---|
__JComWarnMTA |
Method Summary | |
---|---|
static ICiTools |
_ezjcomCoerceObject(JComObject obj)
Use this method only for creating a COM interface of type ICiTools from another existing COM interface, when you know that it is possible. |
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 java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ICiObject FirstObject() throws JComException
JComException
public ICiObject NextObject() throws JComException
JComException
public ICiImage ExtractObject(ICiObject Object) throws JComException
JComException
public int getPMinLineLength() throws JComException
JComException
public void setPMinLineLength(int arg) throws JComException
JComException
public int getPMaxLineGap() throws JComException
JComException
public void setPMaxLineGap(int arg) throws JComException
JComException
public double getPMaxLineAngle() throws JComException
JComException
public void setPMaxLineAngle(double arg) throws JComException
JComException
public ELineCurvature getPLineCurvature() throws JComException
JComException
public void setPLineCurvature(ELineCurvature arg) throws JComException
JComException
public ICiLine FirstLine() throws JComException
JComException
public ICiLine NextLine() throws JComException
JComException
public ICiRect MeasureMargins() throws JComException
JComException
public double MeasureSkew() throws JComException
JComException
public EPageRotation MeasureRotation() throws JComException
JComException
public int CountPixels() throws JComException
JComException
public short[] MeasureVertHistogram() throws JComException
JComException
public short[] MeasureHorzHistogram() throws JComException
JComException
public ICiImage getImage() throws JComException
JComException
public void setImage(ICiImage arg) throws JComException
JComException
public int getRConfidence() throws JComException
JComException
public ELineDirection getPLineDirection() throws JComException
JComException
public void setPLineDirection(ELineDirection arg) throws JComException
JComException
public void Skew(double Angle) throws JComException
JComException
public void Fatten(int Pixels, EMorphDirections Direction) throws JComException
JComException
public void Trim(int Pixels, EMorphDirections Direction) throws JComException
JComException
public void AndImage(ICiImage ImgSrc, int left, int top) throws JComException
JComException
public void OrImage(ICiImage ImgSrc, int left, int top) throws JComException
JComException
public void XorImage(ICiImage ImgSrc, int left, int top) throws JComException
JComException
public void PasteImage(ICiImage ImgSrc, int left, int top) throws JComException
JComException
public double getCx3d(int i) throws JComException
JComException
public void setCx3d(int i, double arg) throws JComException
JComException
public int getCx2l(int i) throws JComException
JComException
public void setCx2l(int i, int arg) throws JComException
JComException
public EScaleType getPScaleType() throws JComException
JComException
public void setPScaleType(EScaleType arg) throws JComException
JComException
public int getPScaleThreshold() throws JComException
JComException
public void setPScaleThreshold(int arg) throws JComException
JComException
public void ScaleImage(double ScaleX, double ScaleY) throws JComException
JComException
public int getPScaleBmpBrightness() throws JComException
JComException
public void setPScaleBmpBrightness(int arg) throws JComException
JComException
public int getPScaleBmpContrast() throws JComException
JComException
public void setPScaleBmpContrast(int arg) throws JComException
JComException
public EScaleBmpType getPScaleBmpType() throws JComException
JComException
public void setPScaleBmpType(EScaleBmpType arg) throws JComException
JComException
public int ScaleToDIB(double ScaleX, double ScaleY) throws JComException
JComException
public static ICiTools _ezjcomCoerceObject(JComObject obj) throws JComException
JComException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |