Skip to content
flip phillips edited this page Apr 17, 2018 · 10 revisions

AddAlphaChannel

AddAlphaChannel[image] adds a unity alpha channel to image.

ApplyIf

ApplyIf[f,g,x] applies g to x if f[x] is True.

BlurFaces

BlurFaces[image] blurs faces in image. Options include Method (Box,Disk,Outline,Eyes,FaceParts) and FilterRadius.

ConceptBroaden

ConceptBroaden[entity,depth] recursively climbs the Concept hierarchy until it hits the terminal Concept 'Entity' or after depth dives. Returns a list of Broader Concepts at each level.

ConceptDepth

ConceptDepth[entity] computes the distance to the root of the Entity tree.

ConceptDistance

ConceptDistance[entitya,entityb] determines the distance in 'concept steps' between concept a and b.

EntityPropertiesDataset

EntityPropertiesDataset[entity] does its best to list all the properties associated with the entity object supplied.

FindZeroCrossings

FindZeroCrossings[list] returns pairs that indicate zero-crossing locations in list.

GACrossover

GACrossover[c1,c2] performs a random crossover of c1 & c2. Returns two offspring.

GAMutate

GAMutate[chromo] mutates a chromosome.

GARepopulate

GARepopulate[pop,fitfunc] creates a new population using fitfunc.

ImageIdentifyFP

ImageIdentifyFP[image,{n}] does the standard image identify returnig n (default 5) items and its probabilities.

ImportAsDataset

ImportAsDataset[f] imports f and uses the first row as column headers. Default options are "Headers"->True, "RowNames"->False, "ImportOptions->None"

ImportMP4Frame

ImportMP4Frame[file,frame] extracts frame frame from MP4 file file.

ImportMP4Frames

ImportMP4Frames[file,start,dur] extracts frames from start of dur from MP4 file file.

ImportWebFrame

ImportWebFrame[url] grabs a frame from the stream at url.

PropertiesAvailability

PropertiesAvailability[object] returns the {available, unavailable} properties for an object.

PropertiesDataset

PropertiesDataset[object] returns a TableForm of the available properties for object.

RectangleToDisk

RectangleToDisk[rect] takes a rectangle and returns an equivalent disk.

Spelunk

Spelunk[symbol] will discover the definition of symbol. Underlined symbols in the output are clickable.

UpdatePacletFile

UpdatePacletFile[ppath,vpath] writes a new PacletInfo file based on the current version and build in the FP version.json system.

VersionBuildString

VersionBuildString[path] returns the current build number as a string.

VersionBumpBuild

VersionBumpBuild[path] updates the build number in the version json file.

VersionInformation

VersionInformation[path] gives an association with my primitive home grown versioning system.

VersionString

VersionString[path] returns the current build as a string. the option "Build->True" adds the build number to the end of the string.

VersionWriteInformation

VersionWriteInformation[path,vi] takes a version information structure and writes it out. At this point it doesn't validate its structure.

$FFMpegPath

$FFMpegPath is the path to the ffmpeg executable.

$FPToolsDebug

$FPToolsDebug let's us know if the package was built with any debugging tools.

$FPToolsVersion

$FPToolsVersion gives its best guess as to the version we're using.

$MachineAddressesExternal

$MachineAddressesExternal gives the IP address of this machine as seen by the outside world.

Clone this wiki locally