Hi all,
Yesterday we released a new version of PCL: 1.0.96.377. It is available for download here:
http://pixinsight.com/developer/pcl/download/PCL-01.00.96.0377-20110716.tar.gzand now it is also available on our
software distribution interface.
This new version fixes a number of bugs and introduces a few performance improvements. It also includes some new classes:
MoffatFilterVariableShapeFilterPArray<T,A>There are also some new features and member functions added to existing classes. The most important ones are:
Convolution::DisableHighPassRescaling( bool disable=true )
Convolution::DisableRawHighPass( bool disable=true )
Convolution::EnableHighPassRescaling( bool enable=true )
Convolution::EnableRawHighPass( bool enable=true )
Convolution::IsHighPassFilter() const
Convolution::IsHighPassRescalingEnabled() const
Convolution::IsRawHighPassEnabled() const
SeparableConvolution::DisableHighPassRescaling( bool disable=true )
SeparableConvolution::DisableRawHighPass( bool disable=true )
SeparableConvolution::EnableHighPassRescaling( bool enable=true )
SeparableConvolution::EnableRawHighPass( bool enable=true )
SeparableConvolution::IsHighPassFilter() const
SeparableConvolution::IsHighPassRescalingEnabled() const
SeparableConvolution::IsRawHighPassEnabled() const
GenericVector<T>::MaxComponent() const
GenericVector<T>::MinComponent() const
GenericMatrix<T>::MaxElement() const
GenericMatrix<T>::Mean() const
GenericMatrix<T>::Median() const
GenericMatrix<T>::Median()
GenericMatrix<T>::MinElement() const
GenericPoint<T>::Round() const
GenericPoint<T>::Rounded() const
GenericPoint<T>::RoundedToInt() const
GenericPoint<T>::Truncate()
GenericPoint<T>::Truncated() const
GenericPoint<T>::TruncatedToInt() const
GenericRectangle<T>::DeflateBy( T1 dx, T1 dy )
GenericRectangle<T>::DeflatedBy(T1 dx, T1 dy ) const
GenericRectangle<T>::InflateBy( T1 dx, T1 dy )
GenericRectangle<T>::InflatedBy(T1 dx, T1 dy ) const
GenericRectangle<T>::Round() const
GenericRectangle<T>::Rounded() const
GenericRectangle<T>::RoundedToInt() const
GenericRectangle<T>::Truncate()
GenericRectangle<T>::Truncated() const
GenericRectangle<T>::TruncatedToInt() const
MetaEnumeration::ElementAliases() const
CompositionOp::Min
CompositionOp::Max
CompositionOp::Add
CompositionOp::Multiply
CompositionOp::Screen
CompositionOp::Overlay
CompositionOp::ColorDodge
CompositionOp::ColorBurn
CompositionOp::HardLight
CompositionOp::SoftLight
CompositionOp::Difference
CompositionOp::Exclusion
PCL 1.0.96 requires PixInsight Core 1.7.0.702 or higher.
Happy development!