The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:PDL::Transform"

PDL::Transform - Coordinate transforms, image warping, and N-D functions River stage three • 93 direct dependents • 101 total dependents

PDL::Transform is a convenient way to represent coordinate transformations and resample images. It embodies functions mapping R^N -> R^M, both with and without inverses. Provision exists for parametrizing functions, and for composing them. You can us...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::Transform::Color - Useful color system conversions for PDL River stage one • 1 direct dependent • 2 total dependents

PDL::Transform::Color includes a variety of useful color conversion transformations. It can be used for simple hacks on machine-native color representations (RGB <-> HSV, etc.), for simple encoding/decoding of machine-native color representations suc...

ETJ/PDL-Transform-Color-1.007 - 12 Jan 2023 15:20:43 UTC

PDL::Transform::Proj4 - PDL::Transform interface to the Proj4 projection library River stage three • 93 direct dependents • 101 total dependents

Works like PDL::Transform::Cartography, but using the proj library in the background. Please see the proj library docs at <http://www.remotesensing.org/proj> for more information on proj, and how to use the library....

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::Transform::Cartography - Useful cartographic projections River stage three • 93 direct dependents • 101 total dependents

PDL::Transform::Cartography includes a variety of useful cartographic and observing projections (mappings of the surface of a sphere), including reprojected observer coordinates. See PDL::Transform for more information about image transforms in gener...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

Demos/Transform_demo.pm River stage three • 93 direct dependents • 101 total dependents

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::FFTW3 - PDL interface to the Fastest Fourier Transform in the West v3 River stage zero No dependents

This is a PDL binding to version 3 of the FFTW library. Supported are complex <-> complex and real <-> complex FFTs. NB to install wget http://www.fftw.org/fftw-3.3.4.tar.gz tar xvf fftw-3.3.4.tar.gz cd fftw-3.3.4/ ./configure --prefix=/usr --enable-...

ETJ/PDL-FFTW3-0.19 - 24 Feb 2024 18:49:52 UTC

PDL::FFT - FFTs for PDL River stage three • 93 direct dependents • 101 total dependents

!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! As of PDL-2.006_04, the direction of the FFT/IFFT has been reversed to match the usage in the FFTW library and the convention in use generally. !!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::OpenCV - PDL interface to OpenCV River stage zero No dependents

Use PDL::OpenCV to call OpenCV functions on your data using Perl/PDL. As can be seen above, this distribution is structured to very closely match the structure of OpenCV v4 itself. That means the submodules match the "classes" and/or "modules" in Ope...

ETJ/PDL-OpenCV-0.001 - 26 Mar 2023 06:02:44 UTC

PDL::Slatec - PDL interface to the slatec numerical programming library River stage three • 93 direct dependents • 101 total dependents

This module serves the dual purpose of providing an interface to parts of the slatec library and showing how to interface PDL to an external library. Using this library requires a fortran compiler; the source for the routines is provided for convenie...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::ImageND - useful image processing in N dimensions River stage three • 93 direct dependents • 101 total dependents

These routines act on PDLs as N-dimensional objects, not as broadcasted sets of 0-D or 1-D objects. The file is sort of a catch-all for broadly functional routines, most of which could legitimately be filed elsewhere (and probably will, one day). Ima...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::Image2D - Miscellaneous 2D image processing functions River stage three • 93 direct dependents • 101 total dependents

Miscellaneous 2D image processing functions - for want of anywhere else to put them....

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::ImageRGB - some utility functions for RGB image data handling River stage three • 93 direct dependents • 101 total dependents

Collection of a few commonly used routines involved in handling of RGB, palette and grayscale images. Not much more than a start. Should be a good place to exercise some of the broadcast/map/clump PP stuff. Other stuff that should/could go here: * co...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::MatrixOps - Some Useful Matrix Operations River stage three • 93 direct dependents • 101 total dependents

PDL::MatrixOps is PDL's built-in matrix manipulation code. It contains utilities for many common matrix operations: inversion, determinant finding, eigenvalue/vector finding, singular value decomposition, etc. PDL::MatrixOps routines are written in a...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::Finance::TA - Technical Analysis Library (http://ta-lib.org) bindings for PDL River stage one • 1 direct dependent • 1 total dependent

TA-Lib library - <http://ta-lib.org> - is a multi-platform tool for market analysis. TA-Lib is widely used by trading software developers requiring to perform technical analysis of financial market data. This module provides an PDL interface for TA-L...

VIKAS/PDL-Finance-TA-0.010 - 29 Dec 2022 03:33:26 UTC

PDL::DSP::Windows - Window functions for signal processing River stage one • 1 direct dependent • 2 total dependents

This module provides symmetric and periodic (DFT-symmetric) window functions for use in filtering and spectral analysis. It provides a high-level access subroutine "window". This functional interface is sufficient for getting the window samples. For ...

JJATRIA/PDL-DSP-Windows-0.100 - 01 Nov 2021 20:53:57 UTC

PDL::IO::Touchstone - Read and manipulate Touchstone .s2p (and .sNp) files. River stage one • 1 direct dependent • 1 total dependent

A simple interface for reading and writing RF Touchstone files (also known as ".sNp" files). Touchstone files contain complex-valued RF sample data for a device or RF component with some number of ports. The data is (typically) measured by a vector n...

EWHEELER/PDL-IO-Touchstone-1.014 - 26 Feb 2023 23:53:48 UTC

PDL::OpenCV::Highgui - PDL bindings for OpenCV Highgui River stage zero No dependents

ETJ/PDL-OpenCV-0.001 - 26 Mar 2023 06:02:44 UTC

PDL::OpenCV::Imgproc - PDL bindings for OpenCV CLAHE, GeneralizedHough, GeneralizedHoughBallard, GeneralizedHoughGuil, LineSegmentDetector, Subdiv2D River stage zero No dependents

ETJ/PDL-OpenCV-0.001 - 26 Mar 2023 06:02:44 UTC

PDL::OpenCV::Tracking - PDL bindings for OpenCV DISOpticalFlow, DenseOpticalFlow, FarnebackOpticalFlow, KalmanFilter, SparseOpticalFlow, SparsePyrLKOpticalFlow, Tracker, TrackerCSRT, TrackerDaSiamRPN, TrackerGOTURN, TrackerKCF, TrackerMIL, VariationalRefinement River stage zero No dependents

ETJ/PDL-OpenCV-0.001 - 26 Mar 2023 06:02:44 UTC

PDL::Graphics::Gnuplot - Gnuplot-based plotting for PDL River stage one • 1 direct dependent • 1 total dependent

This module allows PDL data to be plotted using Gnuplot as a backend for 2D and 3D plotting and image display. Gnuplot (not affiliated with the GNU project) is a venerable, open-source program that produces both interactive and publication-quality pl...

ETJ/PDL-Graphics-Gnuplot-2.026 - 20 Apr 2024 15:05:30 UTC
21 results (0.043 seconds)