Accelerate 샘플 코드
샘플 코드를 통해 Accelerate API가 구현되는 방식을 살펴보세요.
샘플 코드를 통해 Accelerate API가 구현되는 방식을 살펴보세요.
Desaturate a range of colors in an image with a multidimensional lookup table.
샘플 코드 보기Find the main colors in an image by implementing k-means clustering using the Accelerate framework.
샘플 코드 보기Add biquadratic filter audio-effect processing to apps like Logic Pro X and GarageBand with the Accelerate framework.
샘플 코드 보기Convert a chroma-key color to alpha values and trim transparent pixels using Accelerate.
샘플 코드 보기Use Model I/O and vImage to composite a photograph over a computer-generated sky.
샘플 코드 보기Convert an RGB image to discrete luminance and chrominance channels, and apply color and contrast treatments.
샘플 코드 보기Use a gamma function to apply a linear or exponential curve.
샘플 코드 보기Convert an RGB image to L*a*b* color space and apply hue adjustment.
샘플 코드 보기Use the vImage library's polynomial transform to apply tone curve adjustments to images.
샘플 코드 보기Enhance and adjust the contrast of an image with histogram equalization and contrast stretching.
샘플 코드 보기Calculate the histogram of one image and apply it to a second image.
샘플 코드 보기Compress a string, write it to the file system, and decompress the same file using buffer compression.
샘플 코드 보기Compress and decompress streamed or from-memory data, using input and output filters.
샘플 코드 보기Perform compression or the appropriate kind of decompression to a file based on its path extension.
샘플 코드 보기Perform compression for all files and decompression for files with supported extension types.
샘플 코드 보기Create a multidimensional lookup table to convert RGB images to CMYK.
샘플 코드 보기Learn the fundamentals of the convert-any-to-any function by converting a CMYK image to an RGB image.
샘플 코드 보기Convert a color image to grayscale using matrix multiplication.
샘플 코드 보기Create a displayable ARGB image from the luminance and chrominance information supplied by your device's camera
샘플 코드 보기Use Model I/O and vImage to composite a photograph over a computer-generated sky.
샘플 코드 보기Convert assets with disparate color spaces and bit depths to a standard working format for applying vImage operations.
샘플 코드 보기Use vImage's convert-any-to-any function to perform real-time image processing of video frames streamed from your device's camera.
샘플 코드 보기Transfer image data between Core Video pixel buffers and vImage buffers to integrate vImage operations into a Core Image workflow.
샘플 코드 보기Use vImage to apply effects to a video feed in real time.
샘플 코드 보기Compress the contents of a Unicode string and store the result on the file system.
샘플 코드 보기Compress the contents of an entire directory and store the result on the file system.
샘플 코드 보기Recreate an entire file system directory from an archive file.
샘플 코드 보기Learn how vDSP packs frequency-domain data produced by Fourier transform routines.
샘플 코드 보기Use 1D fast Fourier transform to compute the frequency components of a signal.
샘플 코드 보기Reduce or remove periodic artifacts from images.
샘플 코드 보기Use Accelerate's discrete cosine transform to remove noise from a signal.
샘플 코드 보기Multiply signal data by window sequence values to reduce spectral leakage.
샘플 코드 보기Reflect, shear, rotate, and scale image buffers using vImage.
샘플 코드 보기Desaturate a range of colors in an image with a multidimensional lookup table.
샘플 코드 보기Limit the effect of vImage operations to rectangular regions of interest.
샘플 코드 보기Combine two images by using alpha blending to create a single output.
샘플 코드 보기Combine two images by using blend modes to create a single output.
샘플 코드 보기Provide descriptions of Core Graphics image formats for conversions to and from vImage.
샘플 코드 보기Create displayable representations of vImage buffers.
샘플 코드 보기Initialize vImage buffers from Core Graphics images.
샘플 코드 보기Convert a chroma-key color to alpha values and trim transparent pixels using Accelerate.
샘플 코드 보기Improve your app's performance by converting image buffer formats from interleaved to planar.
샘플 코드 보기Avoid ringing effects introduced by the default Lanczos algorithm when scaling an image by using a custom resampling filter.
샘플 코드 보기Generate a real-time mel spectrogram of audio using matrix multiplication.
샘플 코드 보기Reduce noise in an image using singular value decomposition (SVD).
샘플 코드 보기Use LAPACK to solve a linear system and find an interpolating polynomial to construct new points between a series of known data points.
샘플 코드 보기Select the optimal LAPACK routine to solve a system of linear equations.
샘플 코드 보기Select the optimal LAPACK routine to solve a system of linear equations.
샘플 코드 보기Use LAPACK to solve a linear system and find an interpolating polynomial to construct new points between a series of known data points.
샘플 코드 보기Operate selectively on the elements of a vector at regular intervals.
샘플 코드 보기Reduce the sample rate of a signal, by specifying a decimation factor and applying a custom antialiasing filter.
샘플 코드 보기Fill the gaps in arrays of numerical data using linear interpolation.
샘플 코드 보기Increase the performance of common mathematical tasks with vDSP vector-vector and vector-scalar operations.
샘플 코드 보기Use separate coordinate format arrays to create sparse matrices.
샘플 코드 보기Use iterative methods to solve large problems faster and with a lower memory overhead than with direct methods.
샘플 코드 보기Use direct methods to solve systems of equations where the coefficient matrix is sparse.
샘플 코드 보기Use iterative methods to solve systems of equations where the coefficient matrix is sparse.
샘플 코드 보기Use iterative methods to solve large problems faster and with a lower memory overhead than with direct methods.
샘플 코드 보기Use direct methods to solve systems of equations where the coefficient matrix is sparse.
샘플 코드 보기Use iterative methods to solve systems of equations where the coefficient matrix is sparse.
샘플 코드 보기Use separate coordinate format arrays to create sparse matrices.
샘플 코드 보기Rotate a cube through a series of keyframes using quaternion interpolation to transition between them.
샘플 코드 보기Rotate points around the surface of a sphere, and interpolate between them.
샘플 코드 보기Use vectors to calculate geometric values, calculate dot products and cross products, and interpolate between values.
샘플 코드 보기Find the main colors in an image by implementing k-means clustering using the Accelerate framework.
샘플 코드 보기Share image data between vDSP and vImage to compute the sharpest image from a bracketed photo sequence.
샘플 코드 보기Share image data between vDSP and vImage to visualize audio that a device microphone captures.
샘플 코드 보기