|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectezjcom.JComObject
ClearImageJNI.ICiRepair
public class ICiRepair
ICiRepair 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 ICiRepair |
_ezjcomCoerceObject(JComObject obj)
Use this method only for creating a COM interface of type ICiRepair from another existing COM interface, when you know that it is possible. |
void |
AdvancedBinarize(int targetDpi,
double reserved1,
double reserved2)
Advanced Binarize. |
void |
AutoCrop(int NewLeftMargin,
int NewTopMargin,
int NewRightMargin,
int NewBottomMargin)
Set image margins. |
double |
AutoDeskew()
Automatically deskew image. |
void |
AutoInvertImage(int Threshold)
Negative to Positive. |
void |
AutoRegister(int NewLeftMargin,
int NewTopMargin)
Set top and left margins. |
EPageRotation |
AutoRotate()
Automatically rotate image. |
void |
BorderExtract(EBorderExtractFlags Flags,
EBorderExtractAlgorithm Algorithm)
Extract document image using borders. |
void |
CleanNoise(int NoiseSize)
Remove noise objects. |
void |
CleanNoiseExt(ECleanNoiseFlags Flags,
int maxNoiseSizeHorz,
int maxNoiseSizeVert,
int minObjectDistance,
int reserved0)
Remove noise objects (extended). |
void |
ClearBackground(double ThrLevel)
Set background to white. |
void |
DeleteLines(ELineDirection Direction,
EBoolean bRepair)
Delete lines and reconnect intersected objects. |
void |
FaxRemoveBlankLines()
Remove blank lines from faxed image. |
void |
FaxRemoveHeader()
Remove header from faxed image. |
void |
FaxStandardToFine()
Convert standard resolution fax image to fine resolution. |
int |
getCx2l(int i)
property cx2l. |
double |
getCx3d(int i)
property cx3d. |
ICiImage |
getImage()
Image as CiImage object. |
ELineCurvature |
getPLineCurvature()
Maximum line curvature. |
double |
getPMaxLineAngle()
Maximum angle of line. |
int |
getPMaxLineGap()
Maximum gap inside line in pixels. |
int |
getPMinLineLength()
Minimum length of line in pixels. |
EBoolean |
IsBlankImage(int reserved0,
double reserved1,
double reserved2)
Is image blank. |
void |
MinimizeBitsPerPixel(double reserved1,
double reserved2)
Minimize Bits per Pixel. |
void |
ReconstructLines(ELineDirection Direction)
Find and straighten image lines. |
void |
RemoveHalftone()
Remove halftone from image background. |
void |
RemovePunchHoles()
Remove punch holes form image. |
void |
Resize(EPageSize PageSize,
EPageOrientation PageOrientation,
EImageAlignment ImageAlignment,
double Width,
double Height,
ESizeUnit Unit)
Resize image to page. |
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 |
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 |
SmoothCharacters(ESmoothType Type)
Smoothen character edges. |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void FaxStandardToFine() throws JComException
JComException
public void FaxRemoveBlankLines() throws JComException
JComException
public void FaxRemoveHeader() throws JComException
JComException
public double AutoDeskew() throws JComException
JComException
public EPageRotation AutoRotate() throws JComException
JComException
public ICiImage getImage() throws JComException
JComException
public void setImage(ICiImage arg) 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 void RemovePunchHoles() throws JComException
JComException
public void RemoveHalftone() throws JComException
JComException
public void SmoothCharacters(ESmoothType Type) throws JComException
JComException
public void CleanNoise(int NoiseSize) throws JComException
JComException
public void AutoInvertImage(int Threshold) throws JComException
JComException
public void ReconstructLines(ELineDirection Direction) throws JComException
JComException
public void AutoCrop(int NewLeftMargin, int NewTopMargin, int NewRightMargin, int NewBottomMargin) throws JComException
JComException
public void AutoRegister(int NewLeftMargin, int NewTopMargin) throws JComException
JComException
public void DeleteLines(ELineDirection Direction, EBoolean bRepair) throws JComException
JComException
public void BorderExtract(EBorderExtractFlags Flags, EBorderExtractAlgorithm Algorithm) throws JComException
JComException
public void ClearBackground(double ThrLevel) throws JComException
JComException
public void Resize(EPageSize PageSize, EPageOrientation PageOrientation, EImageAlignment ImageAlignment, double Width, double Height, ESizeUnit Unit) throws JComException
JComException
public EBoolean IsBlankImage(int reserved0, double reserved1, double reserved2) throws JComException
JComException
public int getCx2l(int i) throws JComException
JComException
public void setCx2l(int i, int arg) throws JComException
JComException
public double getCx3d(int i) throws JComException
JComException
public void setCx3d(int i, double arg) throws JComException
JComException
public void AdvancedBinarize(int targetDpi, double reserved1, double reserved2) throws JComException
JComException
public void MinimizeBitsPerPixel(double reserved1, double reserved2) throws JComException
JComException
public void CleanNoiseExt(ECleanNoiseFlags Flags, int maxNoiseSizeHorz, int maxNoiseSizeVert, int minObjectDistance, int reserved0) throws JComException
JComException
public static ICiRepair _ezjcomCoerceObject(JComObject obj) throws JComException
JComException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |