Coefficient 6 is the angle to coord ratio and visa-versa
Coefficient 7 is the radius to coord ratio and visa-versa
- WARNING: It is posible for Radius max<min and/or Angle from>to
+ WARNING: It is possible for Radius max<min and/or Angle from>to
*/
if ( number_arguments == 3
|| ( number_arguments > 6 && *method == PolarDistortion )
% and ^ in relation to image resizing.
%
% Final image dimensions are adjusted so as to preserve the aspect ratio as
-% much as posible, while generating a integer (pixel) size, and fitting the
+% much as possible, while generating a integer (pixel) size, and fitting the
% image within the specified geometry width and height.
%
% Flags are interpreted...
% # Filter2D
% # Filter1D
% # Set kernel values using a resize filter, and given scale (sigma)
-% # Cylindrical or Linear. Is this posible with an image?
+% # Cylindrical or Linear. Is this possible with an image?
% #
%
% Named Constant Convolution Kernels
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% CalcKernelMetaData() recalculate the KernelInfo meta-data of this kernel only,
-% using the kernel values. This should only ne used if it is not posible to
+% using the kernel values. This should only ne used if it is not possible to
% calculate that meta-data in some easier way.
%
% It is important that the meta-data is correct before ScaleKernelInfo() is
%
% It is basically equivalent to as MorphologyImageChannel() (see below) but
% without any user controls. This allows internel programs to use this
-% function, to actually perform a specific task without posible interference
+% function, to actually perform a specific task without possible interference
% by any API user supplied settings.
%
% It is MorphologyImageChannel() task to extract any such user controls, and
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
-% CropImageToTiles() will crop a single image, into a posible list of tiles.
+% CropImageToTiles() will crop a single image, into a possible list of tiles.
% This may include a single sub-region of the image. This basically applies
% all the normal geometry flags for Crop.
%