• Getting Started
  • Api Documentation
  • Release Notes
Show / Hide Table of Contents
  • SaigeVision.ImageProcess
    • BackgroundColorFlags
    • ColorDirectionFlags
    • ConvertImage
    • ConvertImageOption
    • ConvertImageResult
    • CropImage
    • CropImageOption
    • CropImageResult
    • DirectionFlags
    • FindCircle
    • FindCircleOption
    • FindCircleResult
    • FindLine
    • FindLineOption
    • FindLineResult
    • IImageProcessBase
    • IImageProcessBaseOption<TOption>
    • IImageProcessBaseResult<TResult>
    • ImageProcessBase
    • ImageSynthesisOption
    • ImageSynthesisResult
    • SaigeCalculator
    • SynthesisFlags
    • ThresholdFlags
  • SaigeVision.ImageProcess.Core
    • ErrorTypeFlags
    • NativeMethod
    • SaigeCircle
    • SaigePoint
    • SaigeRectangle
  • SaigeVision.ImageProcess.Deep
    • IImageProcessBase
    • IImageProcessBaseOption<TOption>
    • IImageProcessBaseResult<TResult>
    • SaigePhotometricStereoExeption
  • SaigeVision.ImageProcess.Deep.Core
    • CalculataionFlags
    • ModeFlags
    • NativeMethod
    • ShaderFlags
  • SaigeVision.ImageProcess.Deep.PhotometricStereo
    • SaigePhotometricStereo
    • SaigePhotometricStereoOption
  • SaigeVision.ImageProcess.ImageProcess
    • ImageSynthesis

Class CropImage

Inheritance
object
ImageProcessBase
CropImage
Implements
IImageProcessBase
IImageProcessBaseResult<CropImageResult>
IDisposable
Inherited Members
ImageProcessBase.SetImage(Bitmap)
ImageProcessBase.SetArea(SaigeRectangle)
ImageProcessBase.GetArea()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SaigeVision.ImageProcess
Assembly: SaigeVision.ImageProcess.dll
Syntax
public class CropImage : ImageProcessBase, IImageProcessBase, IImageProcessBaseResult<CropImageResult>, IDisposable

Properties

View Source

Result

Declaration
public CropImageResult Result { get; set; }
Property Value
Type Description
CropImageResult

Methods

View Source

Dispose()

Declaration
public void Dispose()
View Source

~CropImage()

Declaration
protected ~CropImage()
View Source

GetResult()

Declaration
public CropImageResult GetResult()
Returns
Type Description
CropImageResult
View Source

GetResultImage()

Declaration
public Bitmap GetResultImage()
Returns
Type Description
Bitmap
View Source

Inspection()

Declaration
public override bool Inspection()
Returns
Type Description
bool
Overrides
ImageProcessBase.Inspection()

Implements

IImageProcessBase
IImageProcessBaseResult<TResult>
System.IDisposable
  • View Source
In This Article
Back to top Generated by DocFX