Historical Map  1.0
Plugin for automatic extraction of old forest from historical map
 All Classes Namespaces Files Functions Variables
Namespaces | Functions
function_dataraster.py File Reference

Go to the source code of this file.

Namespaces

 HistoricalMap.function_dataraster
 Manage data (opening/saving raster, get ROI...)
 

Functions

def HistoricalMap.function_dataraster.open_data_band
 The function open and load the image given its name. More...
 
def HistoricalMap.function_dataraster.create_empty_tiff
 Write an empty image on the hard drive. More...
 
def HistoricalMap.function_dataraster.get_samples_from_roi
 Get the set of pixels given the thematic map. More...
 
def HistoricalMap.function_dataraster.predict_image
 Classify the whole raster image, using per block image analysis The classifier is given in classifier and options in kwargs. More...
 
def HistoricalMap.function_dataraster.smooth_image
 Apply a smoothing filter on all the pixels of the input image. More...