←Select platform

PSF Property

Summary

A PointSpreadFunctionData structure that represents the point spread function (PSF).

Syntax
C#
VB
C++
public PointSpreadFunctionData PSF {get; set;} 
Public Property PSF As PointSpreadFunctionData 
public:  
   property PointSpreadFunctionData^ PSF 
   { 
      PointSpreadFunctionData^ get() 
      void set(PointSpreadFunctionData^ value) 
   } 

Property Value

The values of the point spread function which are or close to the values used in the original image.

Remarks

The point spread function can be generated using the PreDefinedFilterCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly