From aef4e8398f2b1848b0e4cdd9580dbbe93e4006f9 Mon Sep 17 00:00:00 2001 From: Jorawar Singh Date: Fri, 30 Jun 2017 11:28:58 +0530 Subject: Help files, modified Raspberry Pi code conversion --- help/en_US/scilab_en_US_help/AVRADCSetup.html | 88 ++++++ help/en_US/scilab_en_US_help/AVRDigitalIn.html | 88 ++++++ help/en_US/scilab_en_US_help/AVRDigitalOut.html | 91 ++++++ .../scilab_en_US_help/AVRDigitalPortSetup.html | 89 ++++++ help/en_US/scilab_en_US_help/AVRDigitalSetup.html | 91 ++++++ help/en_US/scilab_en_US_help/AVRGetTimerValue.html | 83 +++++ help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html | 80 +++++ help/en_US/scilab_en_US_help/AVRPWM0Setup.html | 98 ++++++ help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html | 83 +++++ help/en_US/scilab_en_US_help/AVRPWM1Setup.html | 100 ++++++ help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html | 81 +++++ help/en_US/scilab_en_US_help/AVRPWM2Setup.html | 97 ++++++ help/en_US/scilab_en_US_help/AVRReadADC.html | 84 +++++ help/en_US/scilab_en_US_help/AVRSleep.html | 75 +++++ help/en_US/scilab_en_US_help/AVRTimerSetup.html | 66 ++++ help/en_US/scilab_en_US_help/AVRUARTReceive.html | 77 +++++ help/en_US/scilab_en_US_help/AVRUARTSetup.html | 96 ++++++ help/en_US/scilab_en_US_help/AVRUARTTransmit.html | 77 +++++ .../scilab_en_US_help/CV_AdaptiveThreshold.html | 94 ++++++ help/en_US/scilab_en_US_help/CV_Blur.html | 96 ++++++ help/en_US/scilab_en_US_help/CV_Canny.html | 95 ++++++ help/en_US/scilab_en_US_help/CV_CornerHarris.html | 98 ++++++ help/en_US/scilab_en_US_help/CV_CreateImage.html | 85 +++++ help/en_US/scilab_en_US_help/CV_CvtColor.html | 90 ++++++ help/en_US/scilab_en_US_help/CV_Dilate.html | 99 ++++++ .../scilab_en_US_help/CV_DistanceTransform.html | 87 +++++ help/en_US/scilab_en_US_help/CV_Erode.html | 99 ++++++ help/en_US/scilab_en_US_help/CV_GaussianBlur.html | 98 ++++++ help/en_US/scilab_en_US_help/CV_GetImgSize.html | 84 +++++ help/en_US/scilab_en_US_help/CV_LoadImage.html | 88 ++++++ help/en_US/scilab_en_US_help/CV_MedianBlur.html | 86 +++++ help/en_US/scilab_en_US_help/CV_SaveImage.html | 86 +++++ help/en_US/scilab_en_US_help/CV_ShowImage.html | 86 +++++ help/en_US/scilab_en_US_help/CV_Threshold.html | 90 ++++++ help/en_US/scilab_en_US_help/CV_WaitKey.html | 83 +++++ help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS | Bin 0 -> 2752 bytes .../scilab_en_US_help/JavaHelpSearch/DOCS.TAB | 3 + .../en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS | 1 + .../scilab_en_US_help/JavaHelpSearch/POSITIONS | Bin 0 -> 11336 bytes help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA | 2 + help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP | Bin 0 -> 10240 bytes help/en_US/scilab_en_US_help/ScilabCaution.png | Bin 0 -> 507 bytes help/en_US/scilab_en_US_help/ScilabEdit.png | Bin 0 -> 413 bytes help/en_US/scilab_en_US_help/ScilabExecute.png | Bin 0 -> 535 bytes help/en_US/scilab_en_US_help/ScilabImportant.png | Bin 0 -> 617 bytes help/en_US/scilab_en_US_help/ScilabNote.png | Bin 0 -> 663 bytes help/en_US/scilab_en_US_help/ScilabTip.png | Bin 0 -> 663 bytes help/en_US/scilab_en_US_help/ScilabWarning.png | Bin 0 -> 507 bytes help/en_US/scilab_en_US_help/c_code.css | 54 ++++ help/en_US/scilab_en_US_help/index.html | 259 +++++++++++++++ help/en_US/scilab_en_US_help/jhelpidx.xml | 3 + help/en_US/scilab_en_US_help/jhelpmap.jhm | 41 +++ help/en_US/scilab_en_US_help/jhelpset.hs | 28 ++ help/en_US/scilab_en_US_help/jhelptoc.xml | 43 +++ help/en_US/scilab_en_US_help/scilab_code.css | 96 ++++++ .../section_473a2b9e79723ff76a7f243f85d2b6b8.html | 259 +++++++++++++++ help/en_US/scilab_en_US_help/style.css | 350 +++++++++++++++++++++ help/en_US/scilab_en_US_help/xml_code.css | 94 ++++++ 58 files changed, 4321 insertions(+) create mode 100644 help/en_US/scilab_en_US_help/AVRADCSetup.html create mode 100644 help/en_US/scilab_en_US_help/AVRDigitalIn.html create mode 100644 help/en_US/scilab_en_US_help/AVRDigitalOut.html create mode 100644 help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html create mode 100644 help/en_US/scilab_en_US_help/AVRDigitalSetup.html create mode 100644 help/en_US/scilab_en_US_help/AVRGetTimerValue.html create mode 100644 help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html create mode 100644 help/en_US/scilab_en_US_help/AVRPWM0Setup.html create mode 100644 help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html create mode 100644 help/en_US/scilab_en_US_help/AVRPWM1Setup.html create mode 100644 help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html create mode 100644 help/en_US/scilab_en_US_help/AVRPWM2Setup.html create mode 100644 help/en_US/scilab_en_US_help/AVRReadADC.html create mode 100644 help/en_US/scilab_en_US_help/AVRSleep.html create mode 100644 help/en_US/scilab_en_US_help/AVRTimerSetup.html create mode 100644 help/en_US/scilab_en_US_help/AVRUARTReceive.html create mode 100644 help/en_US/scilab_en_US_help/AVRUARTSetup.html create mode 100644 help/en_US/scilab_en_US_help/AVRUARTTransmit.html create mode 100644 help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html create mode 100644 help/en_US/scilab_en_US_help/CV_Blur.html create mode 100644 help/en_US/scilab_en_US_help/CV_Canny.html create mode 100644 help/en_US/scilab_en_US_help/CV_CornerHarris.html create mode 100644 help/en_US/scilab_en_US_help/CV_CreateImage.html create mode 100644 help/en_US/scilab_en_US_help/CV_CvtColor.html create mode 100644 help/en_US/scilab_en_US_help/CV_Dilate.html create mode 100644 help/en_US/scilab_en_US_help/CV_DistanceTransform.html create mode 100644 help/en_US/scilab_en_US_help/CV_Erode.html create mode 100644 help/en_US/scilab_en_US_help/CV_GaussianBlur.html create mode 100644 help/en_US/scilab_en_US_help/CV_GetImgSize.html create mode 100644 help/en_US/scilab_en_US_help/CV_LoadImage.html create mode 100644 help/en_US/scilab_en_US_help/CV_MedianBlur.html create mode 100644 help/en_US/scilab_en_US_help/CV_SaveImage.html create mode 100644 help/en_US/scilab_en_US_help/CV_ShowImage.html create mode 100644 help/en_US/scilab_en_US_help/CV_Threshold.html create mode 100644 help/en_US/scilab_en_US_help/CV_WaitKey.html create mode 100644 help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS create mode 100644 help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB create mode 100644 help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS create mode 100644 help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS create mode 100644 help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA create mode 100644 help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP create mode 100644 help/en_US/scilab_en_US_help/ScilabCaution.png create mode 100644 help/en_US/scilab_en_US_help/ScilabEdit.png create mode 100644 help/en_US/scilab_en_US_help/ScilabExecute.png create mode 100644 help/en_US/scilab_en_US_help/ScilabImportant.png create mode 100644 help/en_US/scilab_en_US_help/ScilabNote.png create mode 100644 help/en_US/scilab_en_US_help/ScilabTip.png create mode 100644 help/en_US/scilab_en_US_help/ScilabWarning.png create mode 100644 help/en_US/scilab_en_US_help/c_code.css create mode 100644 help/en_US/scilab_en_US_help/index.html create mode 100644 help/en_US/scilab_en_US_help/jhelpidx.xml create mode 100644 help/en_US/scilab_en_US_help/jhelpmap.jhm create mode 100644 help/en_US/scilab_en_US_help/jhelpset.hs create mode 100644 help/en_US/scilab_en_US_help/jhelptoc.xml create mode 100644 help/en_US/scilab_en_US_help/scilab_code.css create mode 100644 help/en_US/scilab_en_US_help/section_473a2b9e79723ff76a7f243f85d2b6b8.html create mode 100644 help/en_US/scilab_en_US_help/style.css create mode 100644 help/en_US/scilab_en_US_help/xml_code.css (limited to 'help/en_US/scilab_en_US_help') diff --git a/help/en_US/scilab_en_US_help/AVRADCSetup.html b/help/en_US/scilab_en_US_help/AVRADCSetup.html new file mode 100644 index 00000000..eb386253 --- /dev/null +++ b/help/en_US/scilab_en_US_help/AVRADCSetup.html @@ -0,0 +1,88 @@ + + + AVRADCSetup + + + +
+ + + + +
+ << Scilab 2 C Converter + + + Scilab 2 C Converter + + + AVRDigitalIn >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > AVRADCSetup + +

+

AVRADCSetup

+

Function to initialise ADC of AVR

+ + +

Calling Sequence

+
AVRADCSetup(uint8 prescaler, uint8 adc_ref)
+ +

Parameters

+
prescaler: +

prescaler to be used for generating ADC clock (0-7)

+
adc_ref : +

reference voltage to be used for ADC conversion

+ +

Description

+

This function initialises ADc of AVR with given parameters. 'prescaler' is needed for deciding ADC clock. ADC clock should be between 50KHz and 200KHz and it given as (MCU clock/2^prescaler). Select appropriate prescaler depending on MCU clock. 'adc_ref' selects one of the available reference voltage sources available.

+

The adc_ref can take the following values- +

+

This is curretly dummy function. It provides no functionality but is required for providing support for generating C code for AVR.

+

+ +

Examples

+
AVRADCSetup(128,0)
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << Scilab 2 C Converter + + + Scilab 2 C Converter + + + AVRDigitalIn >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/AVRDigitalIn.html b/help/en_US/scilab_en_US_help/AVRDigitalIn.html new file mode 100644 index 00000000..3d396fbb --- /dev/null +++ b/help/en_US/scilab_en_US_help/AVRDigitalIn.html @@ -0,0 +1,88 @@ + + + AVRDigitalIn + + + +
+ + + + +
+ << AVRADCSetup + + + Scilab 2 C Converter + + + AVRDigitalOut >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalIn + +

+

AVRDigitalIn

+

Function to get state (high\low) of a digital input pin on AVR

+ + +

Calling Sequence

+
state=AVRDigitalIn(port,pin)
+ +

Parameters

+
port : +

port of microcontroller to be used

+
pin : +

pin of port (mentioned above) to be used

+ +

Description

+

Each AVR microcontroller has pins which can be configured as digital +inputs. These are normally divided among some 'ports' (group of pins). +User has to select one of these port and which pin of that port as +digital input.

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for AVR.

+

+ +

Examples

+
pinA0 = AVRDigitalIn(1,0)   //To read state on pin 0 of port A
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << AVRADCSetup + + + Scilab 2 C Converter + + + AVRDigitalOut >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/AVRDigitalOut.html b/help/en_US/scilab_en_US_help/AVRDigitalOut.html new file mode 100644 index 00000000..c320cba5 --- /dev/null +++ b/help/en_US/scilab_en_US_help/AVRDigitalOut.html @@ -0,0 +1,91 @@ + + + AVRDigitalOut + + + +
+ + + + +
+ << AVRDigitalIn + + + Scilab 2 C Converter + + + AVRDigitalPortSetup >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalOut + +

+

AVRDigitalOut

+

Function to change state (high\low) of a digital output pin on AVR

+ + +

Calling Sequence

+
AVRDigitalOut(port,pin,state)
+ +

Parameters

+
port : +

port of microcontroller to be used

+
pin : +

pin of port (mentioned above) to be used

+
state : +

state to be outputed on pin (HIGH\LOW)

+ +

Description

+

Each AVR microcontroller has pins which can be configured as digital +outputs. These are normally divided among some 'ports' (group of pins). +User has to select one of these port and which pin of that port as +digital output. Also, desired output state must be specified as +'HIGH' or 'LOW'.

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for AVR.

+

+ +

Examples

+
AVRDigitalOut('A',0,HIGH)
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << AVRDigitalIn + + + Scilab 2 C Converter + + + AVRDigitalPortSetup >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html b/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html new file mode 100644 index 00000000..84a1749d --- /dev/null +++ b/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html @@ -0,0 +1,89 @@ + + + AVRDigitalPortSetup + + + +
+ + + + +
+ << AVRDigitalOut + + + Scilab 2 C Converter + + + AVRDigitalSetup >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalPortSetup + +

+

AVRDigitalPortSetup

+

Function to decide direction of port on AVR

+ + +

Calling Sequence

+
AVRDigitalPortSetup(port,direction)
+ +

Parameters

+
port : +

port of microcontroller to be used(1 for PORTA, 2 for PORTB,...)

+
direction : +

direction to be set for pin (0 for INPUT, 1 for OUTPUT)

+ +

Description

+

Each AVR microcontroller has pins which can be configured as digital +outputs/inputs. These are normally divided among some 'ports' (group of pins). +User has to select one of these port and which pin of that port to be +used as digital output/input. Also, desired direction must be specified as +'INPUT' or 'OUTPUT'.

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for AVR.

+

+ +

Examples

+
AVRDigitalPortSetup(1,0); //This function will make PortA as input port
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << AVRDigitalOut + + + Scilab 2 C Converter + + + AVRDigitalSetup >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/AVRDigitalSetup.html b/help/en_US/scilab_en_US_help/AVRDigitalSetup.html new file mode 100644 index 00000000..85f0a5a4 --- /dev/null +++ b/help/en_US/scilab_en_US_help/AVRDigitalSetup.html @@ -0,0 +1,91 @@ + + + AVRDigitalSetup + + + +
+ + + + +
+ << AVRDigitalPortSetup + + + Scilab 2 C Converter + + + AVRGetTimerValue >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalSetup + +

+

AVRDigitalSetup

+

Function to decide direction of a digital pin on AVR

+ + +

Calling Sequence

+
AVRDigitalSetup(port,pin,direction)
+ +

Parameters

+
port : +

port of microcontroller to be used

+
pin : +

pin of port (mentioned above) to be used

+
direction : +

direction to be set for pin (INPUT\OUTPUT)

+ +

Description

+

Each AVR microcontroller has pins which can be configured as digital +outputs/inputs. These are normally divided among some 'ports' (group of pins). +User has to select one of these port and which pin of that port to be +used as digital output/input. Also, desired direction must be specified as +'INPUT' or 'OUTPUT'.

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for AVR.

+

+ +

Examples

+
AVRDigitalSetup('A',0,OUTPUT)
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << AVRDigitalPortSetup + + + Scilab 2 C Converter + + + AVRGetTimerValue >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/AVRGetTimerValue.html b/help/en_US/scilab_en_US_help/AVRGetTimerValue.html new file mode 100644 index 00000000..a213dc68 --- /dev/null +++ b/help/en_US/scilab_en_US_help/AVRGetTimerValue.html @@ -0,0 +1,83 @@ + + + AVRGetTimerValue + + + +
+ + + + +
+ << AVRDigitalSetup + + + Scilab 2 C Converter + + + AVRPWM0SetDuty >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > AVRGetTimerValue + +

+

AVRGetTimerValue

+

Function to get timer count

+ + +

Parameters

+
timer : +

timer whose current count is to be returned

+ +

Description

+

This function returns the count value of a desired timer.By knowing the count value certain interrupt action can be taken.

+

Timer can take the following values +

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for AVR.

+

+ +

Examples

+
AVRGetTimerValue(0);   //returns present count of the TCNT0 counter
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << AVRDigitalSetup + + + Scilab 2 C Converter + + + AVRPWM0SetDuty >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html b/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html new file mode 100644 index 00000000..2a3b9c22 --- /dev/null +++ b/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html @@ -0,0 +1,80 @@ + + + AVRPWM0SetDuty + + + +
+ + + + +
+ << AVRGetTimerValue + + + Scilab 2 C Converter + + + AVRPWM0Setup >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM0SetDuty + +

+

AVRPWM0SetDuty

+

Function to Set Duty cycle of PWM Output generated by Timer0 at OC0 pin.

+ + +

Parameters

+
duty : +

It holds an integer value from 0 to 100 which sets the percentage of time for which signal is active.

+ +

Description

+

Each Micro controller has PWM output pins which can generate varying voltage +from 0V-5V.In this function by varying the duty cycle, varying voltage can be produced.

+

This is curretly dummy function. It provides no functionality but is required for providing support for generating C code for AVR.

+

+ +

Examples

+
AVRPWM0SetDuty(50); //Produces 2.5V at OC0 pin
+AVRPWM0SetDuty(0); //Produces 0V at OC0 pin
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << AVRGetTimerValue + + + Scilab 2 C Converter + + + AVRPWM0Setup >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/AVRPWM0Setup.html b/help/en_US/scilab_en_US_help/AVRPWM0Setup.html new file mode 100644 index 00000000..d24d9d8d --- /dev/null +++ b/help/en_US/scilab_en_US_help/AVRPWM0Setup.html @@ -0,0 +1,98 @@ + + + AVRPWM0Setup + + + +
+ + + + +
+ << AVRPWM0SetDuty + + + Scilab 2 C Converter + + + AVRPWM1SetDuty >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM0Setup + +

+

AVRPWM0Setup

+

Function to Setup OC0 pin for required PWM mode

+ + +

Parameters

+
waveform_mode: +

integer, from 0 to 2

+
output_mode: +

integer, from 0 to 1 (or 2) depending on the waveform_mode

+ +

Description

+

Every Micro controller has PWM pins which can generate varying voltages +from 0V-5V.This function helps to use OC0 pin to produce required +output waveform by setting the waveform mode and otput mode.

+

waveform_mode can take values- +

+

output_mode can take values- +

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for AVR.

+

+ +

Examples

+
AVRPWM0Setup(2,0);     //This function will select CTC waveform mode and will clear OC0 on compare match
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << AVRPWM0SetDuty + + + Scilab 2 C Converter + + + AVRPWM1SetDuty >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html b/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html new file mode 100644 index 00000000..03403a84 --- /dev/null +++ b/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html @@ -0,0 +1,83 @@ + + + AVRPWM1SetDuty + + + +
+ + + + +
+ << AVRPWM0Setup + + + Scilab 2 C Converter + + + AVRPWM1Setup >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM1SetDuty + +

+

AVRPWM1SetDuty

+

Function to Set Duty cycle of PWM Output generated by Timer1 at OC1A or OC1B pin.

+ + +

Parameters

+
ouput_pin: +

integer, 0 (for OC1A) or 1 (for OC1B)

+
duty: +

It holds an integer value from 0 to 100 which sets the percentage of time for which signal is active.

+
Top_Value: +

It holds an integer value from 0 to 65535.This value sets the Top value of the counter TCNT1 i.e ICR.(for more info refer datasheet)

+ +

Description

+

Each Micro controller has PWM output pins which can generate varying voltage +from 0V-5V.This function Sets the duty cycle of output PWM signal.Also this function +decides the Top Vale of TCNT1 and the output pin to output PWM signal.

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for AVR.

+

Example +AVRPWM1SetDuty(0,50,40000); //This function will produce PWM signal of 50% duty cycle on OC1A pin and TCNT1 will reset at 40000 instead at 65535.

+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << AVRPWM0Setup + + + Scilab 2 C Converter + + + AVRPWM1Setup >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/AVRPWM1Setup.html b/help/en_US/scilab_en_US_help/AVRPWM1Setup.html new file mode 100644 index 00000000..5411af4d --- /dev/null +++ b/help/en_US/scilab_en_US_help/AVRPWM1Setup.html @@ -0,0 +1,100 @@ + + + AVRPWM1Setup + + + +
+ + + + +
+ << AVRPWM1SetDuty + + + Scilab 2 C Converter + + + AVRPWM2SetDuty >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM1Setup + +

+

AVRPWM1Setup

+

Function to Setup OC1A or OC1B pin for required PWM mode

+ + +

Parameters

+
waveform_mode: +

integer, from 0 to 2

+
output_mode: +

integer, from 0 to 1 (or 2) depending on the waveform_mode

+
output_pin: +

0 (for OC1A) or 1 for (OC1B)

+ +

Description

+

Every Micro controller has PWM pins which can generate varying voltages +from 0V-5V.This function helps to use OC1A or OC1B pin to produces required +output waveform by setting the waveform mode and otput mode.

+

waveform_mode can take values- +

+

output_mode can take values- +

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for AVR.

+

Example +AVRPWM1Setup(2,0,0); //This function will select CTC mode and will clear OC1A or OC1B +on compare match.Also as defined the output will be produced at +0C1A pin.

+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << AVRPWM1SetDuty + + + Scilab 2 C Converter + + + AVRPWM2SetDuty >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html b/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html new file mode 100644 index 00000000..c92275e0 --- /dev/null +++ b/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html @@ -0,0 +1,81 @@ + + + AVRPWM2SetDuty + + + +
+ + + + +
+ << AVRPWM1Setup + + + Scilab 2 C Converter + + + AVRPWM2Setup >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM2SetDuty + +

+

AVRPWM2SetDuty

+

Function to Set Duty cycle of PWM Output generated by Timer2 at OC2 pin.

+ + +

Parameters

+
duty : +

It holds an integer value from 0 to 100 which sets the percentage of time for which signal is active.

+ +

Description

+

Each Micro controller has PWM output pins which can generate varying voltage +from 0V-5V.In this function by varying the duty cycle, varying voltage can be +produced.

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for AVR.

+

Example +AVRPWM2SetDuty(50); //Produces 2.5V at OC2 pin +AVRPWM2SetDuty(0); //Produces 0V at OC2 pin

+

+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << AVRPWM1Setup + + + Scilab 2 C Converter + + + AVRPWM2Setup >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/AVRPWM2Setup.html b/help/en_US/scilab_en_US_help/AVRPWM2Setup.html new file mode 100644 index 00000000..aebf5c0c --- /dev/null +++ b/help/en_US/scilab_en_US_help/AVRPWM2Setup.html @@ -0,0 +1,97 @@ + + + AVRPWM2Setup + + + +
+ + + + +
+ << AVRPWM2SetDuty + + + Scilab 2 C Converter + + + AVRReadADC >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM2Setup + +

+

AVRPWM2Setup

+

Function to Setup OC2 pin for required PWM mode

+ + +

Parameters

+
waveform_mode: +

integer, from 0 to 2

+
output_mode: +

integer, from 0 to 1 (or 2) depending on the waveform_mode

+ +

Description

+

Every Micro controller has PWM pins which can generate varying voltages +from 0V-5V.This function helps to use OC2 pin to produces required +output waveform by setting the waveform mode and otput mode.

+

waveform_mode can take values- +

+

output_mode can take values- +

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for AVR.

+

Example +AVRPWM2Setup(2,0); //This function will select CTC waveform mode and will clear OC2 on +compare match

+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << AVRPWM2SetDuty + + + Scilab 2 C Converter + + + AVRReadADC >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/AVRReadADC.html b/help/en_US/scilab_en_US_help/AVRReadADC.html new file mode 100644 index 00000000..43dba972 --- /dev/null +++ b/help/en_US/scilab_en_US_help/AVRReadADC.html @@ -0,0 +1,84 @@ + + + AVRReadADC + + + +
+ + + + +
+ << AVRPWM2Setup + + + Scilab 2 C Converter + + + AVRSleep >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > AVRReadADC + +

+

AVRReadADC

+

Function to get voltage on analog pin on AVR

+ + +

Calling Sequence

+
u8AVRReadADCs(channel)
+ +

Parameters

+
channel : +

Select which channel is to be read. Values from 0-7 select one of the pins ADC0-ADC7. For other possible channel values refer datasheet

+ +

Description

+

This function returns digital value for present on adc pins. 'channel' +selects which of the ADC0-ADC7 is to be used for reading analog value. +Apart from reading just ADC0-ADC7 other it can also read differential +voltages between some pins. For channel values for those options, please +refer datasheet.

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for AVR.

+

+ +

Examples

+
adc_result = u8AVRReadADC(0)   //Read ADC0
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << AVRPWM2Setup + + + Scilab 2 C Converter + + + AVRSleep >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/AVRSleep.html b/help/en_US/scilab_en_US_help/AVRSleep.html new file mode 100644 index 00000000..19c316df --- /dev/null +++ b/help/en_US/scilab_en_US_help/AVRSleep.html @@ -0,0 +1,75 @@ + + + AVRSleep + + + +
+ + + + +
+ << AVRReadADC + + + Scilab 2 C Converter + + + AVRTimerSetup >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > AVRSleep + +

+

AVRSleep

+

Function to pause the execution for the given time.

+ + +

Description

+

This function causes the execution to stop for the given amount of time.

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for AVR.

+

+ +

Examples

+
AVRSleep(5000);
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << AVRReadADC + + + Scilab 2 C Converter + + + AVRTimerSetup >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/AVRTimerSetup.html b/help/en_US/scilab_en_US_help/AVRTimerSetup.html new file mode 100644 index 00000000..4935afed --- /dev/null +++ b/help/en_US/scilab_en_US_help/AVRTimerSetup.html @@ -0,0 +1,66 @@ + + + AVRTimerSetup + + + +
+ + + + +
+ << AVRSleep + + + Scilab 2 C Converter + + + AVRUARTReceive >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > AVRTimerSetup + +

+

AVRTimerSetup

+

Function to setup Timers in ATmega16

+ + +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << AVRSleep + + + Scilab 2 C Converter + + + AVRUARTReceive >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/AVRUARTReceive.html b/help/en_US/scilab_en_US_help/AVRUARTReceive.html new file mode 100644 index 00000000..87e98905 --- /dev/null +++ b/help/en_US/scilab_en_US_help/AVRUARTReceive.html @@ -0,0 +1,77 @@ + + + AVRUARTReceive + + + +
+ + + + +
+ << AVRTimerSetup + + + Scilab 2 C Converter + + + AVRUARTSetup >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTReceive + +

+

AVRUARTReceive

+

Function to Receive Char value send to ATmega16 using UART or USART.

+ + +

Description

+

This function Receives Char as 8 bit value.This value is stored in UDR at receiving +end.

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for AVR.

+

+ +

Examples

+
state = AVRUARTReceive(); //This function will Receive char and return the entire value
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << AVRTimerSetup + + + Scilab 2 C Converter + + + AVRUARTSetup >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/AVRUARTSetup.html b/help/en_US/scilab_en_US_help/AVRUARTSetup.html new file mode 100644 index 00000000..77855949 --- /dev/null +++ b/help/en_US/scilab_en_US_help/AVRUARTSetup.html @@ -0,0 +1,96 @@ + + + AVRUARTSetup + + + +
+ + + + +
+ << AVRUARTReceive + + + Scilab 2 C Converter + + + AVRUARTTransmit >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTSetup + +

+

AVRUARTSetup

+

Function to Setup Serial Communication i.e UART or USART in ATmega16.

+ + +

Parameters

+
mode : +

integer, from 0 to 2

+
baudrate : +

Enter one of the following available baudrates (2400 , 4800 , 9600 , 14400 , 19200 , 28800 , 38400 , 57600 , 768000 , 115200 , 230400 , 250000 , 1000000)

+
stopbits : +

integer, (0 for one stopbit) or (1 for two stopbits)

+
parity : +

integer, from 0 to 2

+ +

Description

+

This function Setup the UART or USART for Serial Communicaion between ATmega16 +and different micro controllers or between ATmega16 and Computer.

+

mode can take values: +

+

parity can take values: +

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for AVR.

+

+ +

Examples

+
AVRUARTSetup(0,9600,0,0); //This function will enable UART Communication for ATmega16
+with 9600 as baudrate,one stop bit and parity disabled
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << AVRUARTReceive + + + Scilab 2 C Converter + + + AVRUARTTransmit >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/AVRUARTTransmit.html b/help/en_US/scilab_en_US_help/AVRUARTTransmit.html new file mode 100644 index 00000000..624d6a06 --- /dev/null +++ b/help/en_US/scilab_en_US_help/AVRUARTTransmit.html @@ -0,0 +1,77 @@ + + + AVRUARTTransmit + + + +
+ + + + +
+ << AVRUARTSetup + + + Scilab 2 C Converter + + + CV_AdaptiveThreshold >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTTransmit + +

+

AVRUARTTransmit

+

Function to Transmit data using UART or USART.

+ + +

Description

+

This function Tranmits data over UART or USART.The data to be transmitted can +be a Char , String , Unsigned Int, Signed Int.

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for AVR.

+

+ +

Examples

+
AVRUARTTransmit("This is example");  //This function will transmit the entered string.
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << AVRUARTSetup + + + Scilab 2 C Converter + + + CV_AdaptiveThreshold >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html b/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html new file mode 100644 index 00000000..14cd3f58 --- /dev/null +++ b/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html @@ -0,0 +1,94 @@ + + + CV_AdaptiveThreshold + + + +
+ + + + +
+ << AVRUARTTransmit + + + Scilab 2 C Converter + + + CV_Blur >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > CV_AdaptiveThreshold + +

+

CV_AdaptiveThreshold

+

function to adaptively threshold input image

+ + +

Calling Sequence

+
dst = CV_AdaptiveThreshold(srcimg,max_value,adaptive_method,thresh_type,blk_size,c)
+ +

Parameters

+
src : +

Source 8-bit single-channel image.

+
max_value : +

Non-zero value assigned to the pixels for which the condition is satisfied. See the details below.

+
adaptive_method : +

Adaptive thresholding algorithm to use, ADAPTIVE_THRESH_MEAN_C or ADAPTIVE_THRESH_GAUSSIAN_C .

+
thresh_type : +

Thresholding type that must be either THRESH_BINARY or THRESH_BINARY_INV .

+
blockSize : +

Size of a pixel neighborhood that is used to calculate a threshold value for the pixel: 3, 5, 7, and so on.

+
C : +

Constant subtracted from the mean or weighted mean.Normally, it is positive but may be zero or negative as well.

+ +

Description

+

This function can be used for adaptively threshold given image

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for OpenCV

+

+ +

Examples

+
img = CV_LoadImage('~/test.jpg',0)
+dst = CV_AdaptiveThreshold(img,255,"ADAPTIVE_THRESH_MEAN_C", ...
+"THRESH_BINARY",5,0)
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << AVRUARTTransmit + + + Scilab 2 C Converter + + + CV_Blur >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/CV_Blur.html b/help/en_US/scilab_en_US_help/CV_Blur.html new file mode 100644 index 00000000..a9f2008e --- /dev/null +++ b/help/en_US/scilab_en_US_help/CV_Blur.html @@ -0,0 +1,96 @@ + + + CV_Blur + + + +
+ + + + +
+ << CV_AdaptiveThreshold + + + Scilab 2 C Converter + + + CV_Canny >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Blur + +

+

CV_Blur

+

function to blur image using normalised box filter

+ + +

Calling Sequence

+
dst = CV_Blur(srcimg,ksize_width,ksize_height,anchor_x,anchor_y,border_type)
+ +

Parameters

+
srcimg : +

Source image.

+
ksize_width, ksize_height : +

blurring kernel size.

+
anchor_x, anchor_y : +

x,y coordinates of anchor point

+
border_type : +

border mode used to extrapolate pixels outside of the image.

+ +

Description

+

This function can be used for blurring image using normalised box +filter. Image can be of any depth and have any no of channels.

+

border_type can be : +

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for OpenCV

+

+ +

Examples

+
img = CV_LoadImage('~/test.jpg',0)
+dst = CV_Blur(img,3,3,-1,-1,"BORDER_CONSTANT")
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << CV_AdaptiveThreshold + + + Scilab 2 C Converter + + + CV_Canny >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/CV_Canny.html b/help/en_US/scilab_en_US_help/CV_Canny.html new file mode 100644 index 00000000..5fe68118 --- /dev/null +++ b/help/en_US/scilab_en_US_help/CV_Canny.html @@ -0,0 +1,95 @@ + + + CV_Canny + + + +
+ + + + +
+ << CV_Blur + + + Scilab 2 C Converter + + + CV_CornerHarris >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Canny + +

+

CV_Canny

+

Finds edges in image using Canny algorithm

+ + +

Calling Sequence

+
edges = CV_Canny(srcimg,threhold1,threshold2,aperture_size,L2gradient)
+ +

Parameters

+
srcimg : +

single-channel 8-bit input image.

+
threshold1 : +

first threshold for the hysteresis procedure.

+
threshold2 : +

second threshold for the hysteresis procedure.

+
aperture_size : +

aperture size for the Sobel() operator.

+
L2gradient : +

a flag, indicating whether a more accurate

+ +

Description

+

This function can be used for finding edes in single channel 8 bit +image. 'aperture_size' and 'L2gradient' are optionals. By default, +aperture_size is 3 and L2gradient is false.

+

For L2gradient: L_2 norm =sqrt{(dI/dx)^2 + (dI/dy)^2} should be used to calculate the image gradient magnitude (L2gradient=1 ), or whether the default L_1 norm =|dI/dx|+|dI/dy| is enough (L2gradient=0).

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for OpenCV

+

+ +

Examples

+
img = CV_LoadImage('~/test.jpg',0)
+dst = CV_CvtColor(img,"CV_RGB2GRAY");
+edge = CV_Canny(dst,50,100,3,0);
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << CV_Blur + + + Scilab 2 C Converter + + + CV_CornerHarris >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/CV_CornerHarris.html b/help/en_US/scilab_en_US_help/CV_CornerHarris.html new file mode 100644 index 00000000..f5ad9bb9 --- /dev/null +++ b/help/en_US/scilab_en_US_help/CV_CornerHarris.html @@ -0,0 +1,98 @@ + + + CV_CornerHarris + + + +
+ + + + +
+ << CV_Canny + + + Scilab 2 C Converter + + + CV_CreateImage >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > CV_CornerHarris + +

+

CV_CornerHarris

+

Finds edges in image using Harris algorithm

+ + +

Calling Sequence

+
edges = CV_CornerHarris(srcimg,blocksize,ksize,k,border_type)
+ +

Parameters

+
srcimg: +

Input single-channel 8-bit or floating-point image.

+
blockSize: +

Neighborhood size

+
ksize: +

Aperture parameter for the Sobel() operator.

+
k: +

Harris detector free parameter.

+
border_type: +

border mode used to extrapolate pixels outside of the image.

+ +

Description

+

The function runs the Harris edge detector on the image. For each pixel (x, y) it calculates a 2 * 2 gradient covariance matrix M(x,y) over a blockSize * blockSize neighborhood. Then, it computes the following characteristic: dst(x,y) = det(M(x,y)) - k .tr(M(x,y))^2. Corners in the image can be found as the local maxima of this response map.

+

border_type can be : +

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for OpenCV

+

+ +

Examples

+
img = CV_LoadImage('~/test.jpg',0)
+dst = CV_CvtColor(img,"CV_RGB2GRAY");
+edge = CV_CornerHarris(dst,5,3,1,"BORDER_REPLICATE");
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << CV_Canny + + + Scilab 2 C Converter + + + CV_CreateImage >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/CV_CreateImage.html b/help/en_US/scilab_en_US_help/CV_CreateImage.html new file mode 100644 index 00000000..5a3e034b --- /dev/null +++ b/help/en_US/scilab_en_US_help/CV_CreateImage.html @@ -0,0 +1,85 @@ + + + CV_CreateImage + + + +
+ + + + +
+ << CV_CornerHarris + + + Scilab 2 C Converter + + + CV_CvtColor >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > CV_CreateImage + +

+

CV_CreateImage

+

function to create an image object of given size and type

+ + +

Calling Sequence

+
CV_CreateImage(image_size,bit_depth,no_of_channels)
+ +

Parameters

+
image_size: +

width and height of image

+
bit_depth: +

Bit depth of image elements

+
no_of_channels: +

no of channels per pixels

+ +

Description

+

This function can be used to create opencv image object. For more info about bit depth and channels,please refer to OpenCV documentation

+

This is curretly dummy function. It provides no functionality but is required for providing support for generating C code for OpenCV

+

+ +

Examples

+
CV_CreateImage([320 240], "IPL_DEPTH_8U", 1)    //to create image of the size 320*240 pixels with 8 bit unsigned each pixels and gray scale image
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << CV_CornerHarris + + + Scilab 2 C Converter + + + CV_CvtColor >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/CV_CvtColor.html b/help/en_US/scilab_en_US_help/CV_CvtColor.html new file mode 100644 index 00000000..ffa3cef1 --- /dev/null +++ b/help/en_US/scilab_en_US_help/CV_CvtColor.html @@ -0,0 +1,90 @@ + + + CV_CvtColor + + + +
+ + + + +
+ << CV_CreateImage + + + Scilab 2 C Converter + + + CV_Dilate >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > CV_CvtColor + +

+

CV_CvtColor

+

function to convert image from one colorspace to other colorspace

+ + +

Calling Sequence

+
CV_CvtColor(srcimg,code)
+ +

Parameters

+
srcimg: +

source image to be converted

+
dstimg: +

destination image in which to store converted image

+
code: +

String specifying conversion type. Same as defined in OpenCV. for eg. 'CV_RGB2GRAY' for conversion from RGB image to grayscale image

+
dstCn: +

no of channels in destination image (0 by default)

+ +

Description

+

This function can be used for converting an image to other colorspace. +Refer OpenCV documentation for list of available conversions

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for OpenCV

+

+ +

Examples

+
img = CV_LoadImage('~/test.jpg',0)
+dst = CV_CvtColor(img,'CV_RGB2GRAY')
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << CV_CreateImage + + + Scilab 2 C Converter + + + CV_Dilate >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/CV_Dilate.html b/help/en_US/scilab_en_US_help/CV_Dilate.html new file mode 100644 index 00000000..0c898402 --- /dev/null +++ b/help/en_US/scilab_en_US_help/CV_Dilate.html @@ -0,0 +1,99 @@ + + + CV_Dilate + + + +
+ + + + +
+ << CV_CvtColor + + + Scilab 2 C Converter + + + CV_DistanceTransform >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Dilate + +

+

CV_Dilate

+

dilates an image by using a specific structuring element.

+ + +

Calling Sequence

+
cvtimg = CV_Dilate(srcimg,dilation_type,dilation_size,[iterations,border_type,border_value])
+ +

Parameters

+
src : +

input image; the number of channels can be arbitrary, but the depth should be one of CV_8U, CV_16U, CV_16S, CV_32F or CV_64F.

+
dilation_type : +

can be one of MORPH_RECT, MORPH_CROSS,MORPH_ELLIPSE

+
dilation_size : +

size of kernel to be used for erosion. Must be odd

+
iterations : +

number of times erosion is applied.

+
border_type : +

pixel extrapolation method.

+
border_value : +

border value in case of a constant border

+ +

Description

+

This function can be used for eroding an image. Kernel used for erosion is decided by type and size. Size must always be odd. Anchor pint of kernel is always center of kernel. Input arguements 'iterations(1), border_type(BORDER_CONSTANT) and border_value' are optionals. Whwn not specified, default values as as mentioned in brackets.

+

border_type can be : +

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for OpenCV

+

+ +

Examples

+
img = CV_LoadImage('~/test.jpg',0)
+dst = CV_Erode(img,"MORPH_RECT",3,1,"BORDER_CONSTANT",0);
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << CV_CvtColor + + + Scilab 2 C Converter + + + CV_DistanceTransform >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/CV_DistanceTransform.html b/help/en_US/scilab_en_US_help/CV_DistanceTransform.html new file mode 100644 index 00000000..5d432924 --- /dev/null +++ b/help/en_US/scilab_en_US_help/CV_DistanceTransform.html @@ -0,0 +1,87 @@ + + + CV_DistanceTransform + + + +
+ + + + +
+ << CV_Dilate + + + Scilab 2 C Converter + + + CV_Erode >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > CV_DistanceTransform + +

+

CV_DistanceTransform

+

function to calculate distance to closest zero pixels for each pixel

+ + +

Calling Sequence

+
dst = CV_DistanceTransform(srcimg,distance_type,mask_size)
+ +

Parameters

+
srcimg : +

Source 8-bit single-channel image.

+
distance_type : +

Type of distance. It can be CV_DIST_L1, CV_DIST_L2 , or CV_DIST_C

+
mask_size : +

Size of the distance transform mask

+ +

Description

+

This function can be used to calculate distance to closest zero pixel for each pixel of the source image. Output is 32 bit floatingpoint, single channel image of the same size as that of source image.

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for OpenCV

+

+ +

Examples

+
img = CV_LoadImage('~/test.jpg',0)
+dst = CV_DistanceTransform(img,"CV_DIST_L1",3)
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << CV_Dilate + + + Scilab 2 C Converter + + + CV_Erode >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/CV_Erode.html b/help/en_US/scilab_en_US_help/CV_Erode.html new file mode 100644 index 00000000..102058d0 --- /dev/null +++ b/help/en_US/scilab_en_US_help/CV_Erode.html @@ -0,0 +1,99 @@ + + + CV_Erode + + + +
+ + + + +
+ << CV_DistanceTransform + + + Scilab 2 C Converter + + + CV_GaussianBlur >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Erode + +

+

CV_Erode

+

Erodes an image by using a specific structuring element.

+ + +

Calling Sequence

+
cvtimg = CV_Erode(srcimg,erosion_type,erosion_size,[iterations,border_type,border_value])
+ +

Parameters

+
src : +

input image; the number of channels can be arbitrary, but the depth should be one of CV_8U, CV_16U, CV_16S, CV_32F or CV_64F.

+
erosion_type : +

can be one of : MORPH_RECT, MORPH_CROSS, MORPH_ELLIPSE

+
erosion_size : +

size of kernel to be used for erosion. Must be odd

+
iterations : +

number of times erosion is applied.

+
border_type : +

pixel extrapolation method.

+
border_value : +

border value in case of a constant border

+ +

Description

+

This function can be used for eroding an image. Kernel used for erosion is decided by type and size. Size must always be odd. Anchor pint of kernel is always center of kernel. Input arguements 'iterations(1), border_type(BORDER_CONSTANT) and border_value' are optionals. Whwn not specified, default values as as mentioned in brackets.

+

border_type can be : +

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for OpenCV

+

+ +

Examples

+
img = CV_LoadImage('~/test.jpg',0)
+dst = CV_Erode(img,"MORPH_RECT",3,1,"BORDER_CONSTANT",0);
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << CV_DistanceTransform + + + Scilab 2 C Converter + + + CV_GaussianBlur >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/CV_GaussianBlur.html b/help/en_US/scilab_en_US_help/CV_GaussianBlur.html new file mode 100644 index 00000000..470cf56c --- /dev/null +++ b/help/en_US/scilab_en_US_help/CV_GaussianBlur.html @@ -0,0 +1,98 @@ + + + CV_GaussianBlur + + + +
+ + + + +
+ << CV_Erode + + + Scilab 2 C Converter + + + CV_GetImgSize >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > CV_GaussianBlur + +

+

CV_GaussianBlur

+

function to blur image using gaussian filter

+ + +

Calling Sequence

+
cvtimg = CV_GaussianBlur(srcimg,ksize_width,ksize_height,sigma_x,sigma_y,border_type)
+ +

Parameters

+
srcimg : +

Source image.

+
ksize_width, ksize_height : +

blurring kernel size. must be odd.

+
sigmaX : +

Gaussian kernel standard deviation in X direction.

+
sigmaY : +

Gaussian kernel standard deviation in Y direction;

+
border_type : +

border mode used to extrapolate pixels outside of the image.

+ +

Description

+

This function can be used for blurring image using gaussian filter. Image can be of any depth and have any no of channels.

+

For sigmaX and sigmaY : if sigmaY is zero, it is set to be equal to sigmaX, if both sigmas are zeros, they are computed from ksize.width and ksize.height , respectively.

+

border_type can be : +

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for OpenCV

+

+ +

Examples

+
img = CV_LoadImage('~/test.jpg',0)
+dst = CV_GaussianBlur(img,3,3,0,0,"BORDER_CONSTANT")
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << CV_Erode + + + Scilab 2 C Converter + + + CV_GetImgSize >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/CV_GetImgSize.html b/help/en_US/scilab_en_US_help/CV_GetImgSize.html new file mode 100644 index 00000000..e7884967 --- /dev/null +++ b/help/en_US/scilab_en_US_help/CV_GetImgSize.html @@ -0,0 +1,84 @@ + + + CV_GetImgSize + + + +
+ + + + +
+ << CV_GaussianBlur + + + Scilab 2 C Converter + + + CV_LoadImage >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > CV_GetImgSize + +

+

CV_GetImgSize

+

function to get size of the image (width*height)

+ + +

Calling Sequence

+
CV_GetImgSize(img)
+ +

Parameters

+
img: +

image whose size is to be returned

+ +

Description

+

This function can be used for retriving size information of the image. +It returs an array with first image element as width and second as height

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for OpenCV

+

+ +

Examples

+
img = CV_LoadImage('~/test.jpg',0)
+size = CV_GetImgSize(img)
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << CV_GaussianBlur + + + Scilab 2 C Converter + + + CV_LoadImage >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/CV_LoadImage.html b/help/en_US/scilab_en_US_help/CV_LoadImage.html new file mode 100644 index 00000000..473e4a5d --- /dev/null +++ b/help/en_US/scilab_en_US_help/CV_LoadImage.html @@ -0,0 +1,88 @@ + + + CV_LoadImage + + + +
+ + + + +
+ << CV_GetImgSize + + + Scilab 2 C Converter + + + CV_MedianBlur >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > CV_LoadImage + +

+

CV_LoadImage

+

function to load an image object from given filename

+ + +

Calling Sequence

+
CV_LoadImage(filename,loadtype)
+ +

Parameters

+
filename: +

name of file to be opened

+
loadtype: +

desired load method

+ +

Description

+

This function can be used for loading a previously stored image

+

loadtype can take the following values: +

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for OpenCV

+

+ +

Examples

+
CV_LoadImage('~/test.jpg',0)
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << CV_GetImgSize + + + Scilab 2 C Converter + + + CV_MedianBlur >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/CV_MedianBlur.html b/help/en_US/scilab_en_US_help/CV_MedianBlur.html new file mode 100644 index 00000000..a75064e9 --- /dev/null +++ b/help/en_US/scilab_en_US_help/CV_MedianBlur.html @@ -0,0 +1,86 @@ + + + CV_MedianBlur + + + +
+ + + + +
+ << CV_LoadImage + + + Scilab 2 C Converter + + + CV_SaveImage >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > CV_MedianBlur + +

+

CV_MedianBlur

+

function to blur image using median filter

+ + +

Calling Sequence

+
cvtimg = CV_MedianBlur(srcimg,ksize)
+ +

Parameters

+
srcimg : +

input 1-, 3-, or 4-channel image; when ksize is 3 or 5, the image depth should be CV_8U, CV_16U, or CV_32F, for larger aperture sizes, it can only be CV_8U.

+
ksize_width : +

aperture linear size; it must be odd and greater than 1, for example: 3, 5, 7 ...

+ +

Description

+

This function can be used for blurring image using median +filter. Image can be of any depth and have any no of channels.

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for OpenCV

+

+ +

Examples

+
img = CV_LoadImage('~/test.jpg',0)
+dst = CV_MedianBlur(img,3)
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << CV_LoadImage + + + Scilab 2 C Converter + + + CV_SaveImage >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/CV_SaveImage.html b/help/en_US/scilab_en_US_help/CV_SaveImage.html new file mode 100644 index 00000000..fe309032 --- /dev/null +++ b/help/en_US/scilab_en_US_help/CV_SaveImage.html @@ -0,0 +1,86 @@ + + + CV_SaveImage + + + +
+ + + + +
+ << CV_MedianBlur + + + Scilab 2 C Converter + + + CV_ShowImage >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > CV_SaveImage + +

+

CV_SaveImage

+

function to save an image object as a given filename

+ + +

Calling Sequence

+
CV_SaveImage(filename,img)
+ +

Parameters

+
filename: +

name of file image to be saved as

+
img: +

image to be saved

+ +

Description

+

This function can be used for saving image. File format is detected +from file extension

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for OpenCV

+

+ +

Examples

+
img = CV_LoadImage('~/test.jpg',0)
+CV_SaveImage('test1.png',img)
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << CV_MedianBlur + + + Scilab 2 C Converter + + + CV_ShowImage >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/CV_ShowImage.html b/help/en_US/scilab_en_US_help/CV_ShowImage.html new file mode 100644 index 00000000..abc8cace --- /dev/null +++ b/help/en_US/scilab_en_US_help/CV_ShowImage.html @@ -0,0 +1,86 @@ + + + CV_ShowImage + + + +
+ + + + +
+ << CV_SaveImage + + + Scilab 2 C Converter + + + CV_Threshold >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > CV_ShowImage + +

+

CV_ShowImage

+

function to show an image

+ + +

Calling Sequence

+
CV_ShowImage(img)
+CV_ShowImage(winname,img)
+ +

Parameters

+
winname: +

name of window in which img is to be shown

+
img: +

image to be shown already acquired (from file/camera)

+ +

Description

+

This function can be used for showing images

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for OpenCV

+

+ +

Examples

+
img = CV_LoadImage('~/test.jpg',0)
+CV_ShowImage(img)
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << CV_SaveImage + + + Scilab 2 C Converter + + + CV_Threshold >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/CV_Threshold.html b/help/en_US/scilab_en_US_help/CV_Threshold.html new file mode 100644 index 00000000..fa465fce --- /dev/null +++ b/help/en_US/scilab_en_US_help/CV_Threshold.html @@ -0,0 +1,90 @@ + + + CV_Threshold + + + +
+ + + + +
+ << CV_ShowImage + + + Scilab 2 C Converter + + + CV_WaitKey >> + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Threshold + +

+

CV_Threshold

+

function to threshold input image

+ + +

Calling Sequence

+
dst = CV_Threshold(srcimg,code,threshold,max_value,thresh_type)
+ +

Parameters

+
srcimg: +

source image to be converted

+
threshold: +

threshold value

+
max_value: +

maximum value to be used with THRESH_BINARY and THRESH_BINARY_INV

+
thresh_type: +

Type for threshold. It can one of the following: THRESH_BINARY, THRESH_BINARY_INV, THRESH_TRUNC, THRESH_TOZERO, THRESH_TOZERO_INV

+ +

Description

+

This function can be used for converting an image to other colorspace. +Refer OpenCV documentation for list of available conversions

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for OpenCV

+

+ +

Examples

+
img = CV_LoadImage('~/test.jpg',0)
+dst = CV_Threshold(img,100,255,'THRESH_BINARY')
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << CV_ShowImage + + + Scilab 2 C Converter + + + CV_WaitKey >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/CV_WaitKey.html b/help/en_US/scilab_en_US_help/CV_WaitKey.html new file mode 100644 index 00000000..281d1690 --- /dev/null +++ b/help/en_US/scilab_en_US_help/CV_WaitKey.html @@ -0,0 +1,83 @@ + + + CV_WaitKey + + + +
+ + + + +
+ << CV_Threshold + + + Scilab 2 C Converter + + + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter > CV_WaitKey + +

+

CV_WaitKey

+

function similar to cvWaitKey

+ + +

Calling Sequence

+
CV_WaitKey(delay)
+ +

Parameters

+
delay: +

waiting delay, if 0 then wait till keypress

+ +

Description

+

This function can be used for inseting some delay. This function must +follow CV_ShowImage to display image.

+

This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for OpenCV

+

+ +

Examples

+
img = CV_LoadImage('~/test.jpg',0)
+CV_ShowImage('',img)
+CV_WaitKey(0);
+ +

See also

+
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << CV_Threshold + + + Scilab 2 C Converter + + + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS new file mode 100644 index 00000000..a6bca91c Binary files /dev/null and b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB new file mode 100644 index 00000000..14cf1a67 --- /dev/null +++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB @@ -0,0 +1,3 @@ +eu_uuuu]_}u'}4uu_uuuPo +eaovQFMe_F^d~KeAQg?ۤ6>YWġ+`H¿*R͋4, 1Ju* +*6* W*o+0hȮ&_9:̋غ3ʨBꪪꪪ0뾪0/ ̢ \ No newline at end of file diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS new file mode 100644 index 00000000..171c6512 --- /dev/null +++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS @@ -0,0 +1 @@ +fs{2{<$knɮ q/0<8~20+cƍfe.H%wo5۸`}@FZ.qŧ \ No newline at end of file diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS new file mode 100644 index 00000000..d93e5bce Binary files /dev/null and b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA new file mode 100644 index 00000000..6a59db84 --- /dev/null +++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA @@ -0,0 +1,2 @@ +JavaSearch 1.0 +TMAP bs=2048 rt=1 fl=-1 id1=728 id2=1 diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP new file mode 100644 index 00000000..5be4429a Binary files /dev/null and b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP differ diff --git a/help/en_US/scilab_en_US_help/ScilabCaution.png b/help/en_US/scilab_en_US_help/ScilabCaution.png new file mode 100644 index 00000000..231159a5 Binary files /dev/null and b/help/en_US/scilab_en_US_help/ScilabCaution.png differ diff --git a/help/en_US/scilab_en_US_help/ScilabEdit.png b/help/en_US/scilab_en_US_help/ScilabEdit.png new file mode 100644 index 00000000..ff0cca72 Binary files /dev/null and b/help/en_US/scilab_en_US_help/ScilabEdit.png differ diff --git a/help/en_US/scilab_en_US_help/ScilabExecute.png b/help/en_US/scilab_en_US_help/ScilabExecute.png new file mode 100644 index 00000000..4acd4b93 Binary files /dev/null and b/help/en_US/scilab_en_US_help/ScilabExecute.png differ diff --git a/help/en_US/scilab_en_US_help/ScilabImportant.png b/help/en_US/scilab_en_US_help/ScilabImportant.png new file mode 100644 index 00000000..73931b2c Binary files /dev/null and b/help/en_US/scilab_en_US_help/ScilabImportant.png differ diff --git a/help/en_US/scilab_en_US_help/ScilabNote.png b/help/en_US/scilab_en_US_help/ScilabNote.png new file mode 100644 index 00000000..6607ece6 Binary files /dev/null and b/help/en_US/scilab_en_US_help/ScilabNote.png differ diff --git a/help/en_US/scilab_en_US_help/ScilabTip.png b/help/en_US/scilab_en_US_help/ScilabTip.png new file mode 100644 index 00000000..6607ece6 Binary files /dev/null and b/help/en_US/scilab_en_US_help/ScilabTip.png differ diff --git a/help/en_US/scilab_en_US_help/ScilabWarning.png b/help/en_US/scilab_en_US_help/ScilabWarning.png new file mode 100644 index 00000000..231159a5 Binary files /dev/null and b/help/en_US/scilab_en_US_help/ScilabWarning.png differ diff --git a/help/en_US/scilab_en_US_help/c_code.css b/help/en_US/scilab_en_US_help/c_code.css new file mode 100644 index 00000000..948d2eea --- /dev/null +++ b/help/en_US/scilab_en_US_help/c_code.css @@ -0,0 +1,54 @@ +.ccomment { + font-style: italic; + color: #b22222 +} + +.cdefault { + font-style: normal; + color: #000000 +} + +.copenclose { + font-style: normal; + color: #000000 +} + +.coperator { + font-style: normal; + color: #000000 +} + +.cstring { + font-style: normal; + color: #a6557a +} + +.ctype { + font-style: normal; + color: #55a655 +} + +.cpreprocessor { + font-style: normal; + color: #9965a6 +} + +.cid { + font-style: normal; + color: #000000 +} + +.ckeyword { + font-style: normal; + color: #ad3ff2 +} + +.cmodifier { + font-style: normal; + color: #ad3ff2 +} + +.cnumber { + font-style: normal; + color: #008b8b +} diff --git a/help/en_US/scilab_en_US_help/index.html b/help/en_US/scilab_en_US_help/index.html new file mode 100644 index 00000000..8b95d48d --- /dev/null +++ b/help/en_US/scilab_en_US_help/index.html @@ -0,0 +1,259 @@ + + + + + + +
+ + + + +
+ + + + + +
+
+
+ + + + +

+

Scilab 2 C Converter

+ +
+ +
+ + + + + + +
Report an issue
+ + + + + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/jhelpidx.xml b/help/en_US/scilab_en_US_help/jhelpidx.xml new file mode 100644 index 00000000..aa5a66e2 --- /dev/null +++ b/help/en_US/scilab_en_US_help/jhelpidx.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/help/en_US/scilab_en_US_help/jhelpmap.jhm b/help/en_US/scilab_en_US_help/jhelpmap.jhm new file mode 100644 index 00000000..aebfeb07 --- /dev/null +++ b/help/en_US/scilab_en_US_help/jhelpmap.jhm @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/help/en_US/scilab_en_US_help/jhelpset.hs b/help/en_US/scilab_en_US_help/jhelpset.hs new file mode 100644 index 00000000..04f9fef5 --- /dev/null +++ b/help/en_US/scilab_en_US_help/jhelpset.hs @@ -0,0 +1,28 @@ + + + +Scilab 2 C Converter + +top + + + +TOC + +javax.help.TOCView +jhelptoc.xml + + +Index + +javax.help.IndexView +jhelpidx.xml + + +Search + +javax.help.SearchView +JavaHelpSearch + + \ No newline at end of file diff --git a/help/en_US/scilab_en_US_help/jhelptoc.xml b/help/en_US/scilab_en_US_help/jhelptoc.xml new file mode 100644 index 00000000..176ca2a8 --- /dev/null +++ b/help/en_US/scilab_en_US_help/jhelptoc.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/help/en_US/scilab_en_US_help/scilab_code.css b/help/en_US/scilab_en_US_help/scilab_code.css new file mode 100644 index 00000000..658f42e0 --- /dev/null +++ b/help/en_US/scilab_en_US_help/scilab_code.css @@ -0,0 +1,96 @@ +.scilabcomment { + font-style: italic; + color: #01a801 +} + +.scilabdefault { + font-style: normal; + color: #000000 +} + +.scilabspecial { + font-style: normal; + color: #ffaa00 +} + +.scilabconstants { + font-style: normal; + color: #da70d6 +} + +.scilaboperator { + font-style: normal; + color: #5c5c5c +} + +.scilabnumber { + font-style: normal; + color: #bc8f8f +} + +.scilabfkeyword { + font-style: normal; + color: #b01813 +} + +.scilabskeyword { + font-style: normal; + color: #a020f0 +} + +.scilabckeyword { + font-style: normal; + color: #5f9ea0 +} + +.scilabcommand { + font-style: normal; + color: #32b9b9 +} + +.scilabmacro { + font-style: normal; + color: #ae5cb0 +} + +a.scilabcommand { + font-style: normal; + text-decoration: underline; + color: #32b9b9 +} + +a.scilabmacro { + font-style: normal; + text-decoration: underline; + color: #ae5cb0 +} + +.scilabstring { + font-style: normal; + color: #bc8f8f +} + +.scilabid { + font-style: normal; + color: #000000 +} + +.scilabinputoutputargs { + font-weight: bold; + color: #834310 +} + +.scilabfunctionid { + font-weight: bold; + color: #000000 +} + +.scilabfield { + font-style: normal; + color: #aaaaaa +} + +.scilabopenclose { + font-style: normal; + color: #4a55db +} diff --git a/help/en_US/scilab_en_US_help/section_473a2b9e79723ff76a7f243f85d2b6b8.html b/help/en_US/scilab_en_US_help/section_473a2b9e79723ff76a7f243f85d2b6b8.html new file mode 100644 index 00000000..647ce7ce --- /dev/null +++ b/help/en_US/scilab_en_US_help/section_473a2b9e79723ff76a7f243f85d2b6b8.html @@ -0,0 +1,259 @@ + + + + + + +
+ + + + +
+ + + Scilab 2 C Converter + + + +
+
+
+ + + + Scilab 2 C Converter >> Scilab 2 C Converter + +

+

Scilab 2 C Converter

+ +
+ +
+ + + + + + +
Report an issue
+ + + Scilab 2 C Converter + + + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/style.css b/help/en_US/scilab_en_US_help/style.css new file mode 100644 index 00000000..0fe8923d --- /dev/null +++ b/help/en_US/scilab_en_US_help/style.css @@ -0,0 +1,350 @@ +body { + color:#000000; + background-color:#ffffff; + font-family:sans-serif; + font-size:100%; + margin:5px; + padding:0; + background : url("/img/body.png"); + background-repeat : repeat-x; +} + +.para { + padding-left: 10px; +} + +.refname { + color: #ff6c0a; +} +.refpurpose { + font-size: 110%; +} + +.synopsis { + border: 1px solid black; + width:80%; + padding: 0.5em; +} + +.editbar { + text-align: right; +} + +.term { + color:#800000; + font-size:100%; +} + +h3 { + color: #000063; + font-weight: bold; + font-size:130%; + margin-bottom: 10px; +} + +.programlisting { + font-family: monospace; + font-size: 100%; + background-color:#EEEEFF; + border-color:#CCCCCC; + border-style:solid; + border-width:2px medium; + width:80%; + color:#333333; + line-height:120%; + padding:10px; +} + +.literal { + font-family: monospace; + font-size: 100%; +} + +.option { + font-family: monospace; + font-style: italic; + font-size: 100%; +} + +.command { + font-family: monospace; + font-size: 100%; + color: #32b9b9; +} + +.function { + font-family: monospace; + font-size: 100%; + color: #32b9b9; +} + +.varname { + font-family: monospace; + font-weight: bold; + font-size: 100%; +} + +.constant { + font-family: monospace; + font-size: 100%; + color: #da70d6; +} + +a { + color: blue; + text-decoration:none; +} + +a:hover { + text-decoration:underline; +} + +.itemizedlist { + list-style-type: disk; +} + +.inline-list li { + display: inline; + list-style-type: disk; +} + +.vert-list { + list-style-type: disk; +} + +pre { + margin-bottom: 0px; + margin-top: 0px; +} + +.leftpart { + position:absolute; + float:left; + width: 186px; + padding: 5px; + font-size: smaller; +} + +.content { + margin-top: 100px; + margin-left: 196px +} + +.container { + margin: 0 auto; + width:1024px; +} + +ul.toc li.list-active { + list-style-type:disc; + font-weight:bold; +} + +ul.toc li.parent { + font-size: 115%; + padding: 5px 0px 5px 11px; + border-bottom: 1px solid #cccccc; + margin-bottom: 5px; +} + +ul.toc li.root { + font-size: 135%; + padding: 5px 0px 5px 11px; + border-bottom: 1px solid #cccccc; + margin-bottom: 5px; +} + +ul.toc li { + font-size: 85%; + margin: 1px 0 1px 1px; + padding: 1px 0 1px 11px; + background-repeat: no-repeat; + background-position: center left; + list-style-type: circle; +} + +.next { + float:right; + text-align: right; +} + +.center { + text-align: center; +} + +.screen { + font-family: monospace; + font-size: 100%; + background-color:#FFFFFF; + border-color:#CCCCCC; + border-style:solid; + border-width:2px medium; + width:80%; + color:#333333; + line-height:120%; + padding:10px; +} + +/* Top and bottom navigation controls on manual pages --------------------- */ +div.manualnavbar { + background-color: #E0E0E0; + color: inherit; + padding: 4px; + margin-bottom: 10px; +} +div.manualnavbar .prev { + padding-right: 4px; +} +div.manualnavbar .next { + text-align: right; + padding-left: 4px; +} + +div.manualnavbar .top { + text-align: center; + display: block; +} + +div.manualnavbar hr { + color: #cccccc; + background-color: #cccccc; +} + +/* Footer navigation area ------------------------------------------------- */ + +#pagefooter { + position: relative; + font-size: 75%; + color: inherit; + background-color: #e5e5e5; + width: 100%; +} + +#pagefooterleft { + top: 0px; + left: 0px; + padding: 6px; + margin-right: 30%; +} + +#pagefooterright { + text-align: right; + margin-left: 50%; + padding: 6px; +} +#footnav { + color: inherit; + background-color: #9999cc; + border-width: 1px 0px; + border-color: #333366; + border-style: solid; + text-align: right; + padding-right: 6px; +} + + + + + #global{ +/* width: 90%; */ + max-width: 90em; +/* min-width: 850px; */ + margin-left: auto; + margin-right: auto; + } + + #myHeader{ + background-color:#000000; + color:white; + margin-bottom : 10px; + position : relative; + text-align: center; +/* width : 1024px;*/ + height : 100px; + padding-left : 20px; + background : url("http://atoms.scilab.org/images/homepage/cadre_head.png"); + background-repeat : no-repeat; + background-position : 0px 0px; + + } + + #myFooter{ + background-color:#E5E5E5; + font-color:black; +/* width: 90%;*/ + max-width: 90em; +/* min-width: 850px; + margin-left: 5%; + margin-right: 5%;*/ + margin-top:10px; + padding:10px; + } + + #mainArea{ + width: 100%; + overflow: hidden; + } + + #myLeftArea{ + color:white; + float: left; + width: 180px; + padding:5px; + } + + #myMiddleArea{ + color:black; + margin-left: 200px; + padding: 10px 20px; + } + + #myRightArea{ + color:white; + float: right; + width: 200px; + padding: 12px 20px; + } + + +div#cadre_head +{ + position : relative; + text-align: center; +/* width : 1024px;*/ + height : 100px; + padding-left : 20px; + background : url("/img/cadre_head.png"); + background-repeat : no-repeat; + background-position : 0px 0px; +} + + +div#slogan{ + position: absolute; + top : 50px; + left:251px; + color:#0000AA; + font: 120%, Georgia,Serif; +} +div#cadre_help +{ + position: absolute; + top:45px; + right:0px; + font-size:0.8em; + color:#0000AA; +} + +table.revhistory +{ + width:80%; + border-color:#CCCCCC; + border-style:solid; + border-width:2px medium; + margin-bottom: 10px; +} + +table.revhistory tr.title td +{ + background-color: #9999CC; +} \ No newline at end of file diff --git a/help/en_US/scilab_en_US_help/xml_code.css b/help/en_US/scilab_en_US_help/xml_code.css new file mode 100644 index 00000000..9e4c27f9 --- /dev/null +++ b/help/en_US/scilab_en_US_help/xml_code.css @@ -0,0 +1,94 @@ +.xmlcomment { + font-style: italic; + color: #01a801 +} + +.xmldefault { + font-style: normal; + color: #000000 +} + +.xmlentity { + font-style: normal; + color: #ffaa00 +} + +.xmlopeninstr { + font-style: normal; + color: #000000 +} + +.xmlcloseinstr { + font-style: normal; + color: #000000 +} + +.xmlinstrname { + font-style: normal; + color: #9965a6 +} + +.xmllowtag { + font-style: normal; + color: #000000 +} + +.xmltagname { + font-style: normal; + color: #0303ff +} + +.xmllowclose { + font-style: normal; + color: #000000 +} + +.xmlopencomment { + font-style: italic; + color: #01a801 +} + +.xmlcommentend { + font-style: italic; + color: #01a801 +} + +.xmlcomment { + font-style: italic; + color: #01a801 +} + +.xmlopencdata { + font-style: normal; + color: #c45555 +} + +.xmlcdataend { + font-style: normal; + color: #c45555 +} + +.xmlcdata { + font-style: normal; + color: #000000 +} + +.xmlattributename { + font-style: normal; + color: #9965a6 +} + +.xmlequal { + font-style: normal; + color: #000000 +} + +.xmlattributevalue { + font-style: normal; + color: #973964 +} + +.xmlautoclose { + font-style: normal; + color: #000000 +} -- cgit From a3dfa2a4069740517ca6e83f99dd4e0dbb71c377 Mon Sep 17 00:00:00 2001 From: siddhu8990 Date: Sat, 1 Jul 2017 06:52:51 +0530 Subject: Merged Jorawer's work, Help files, RPi-scilab2c --- help/en_US/scilab_en_US_help/AVRADCSetup.html | 10 +- help/en_US/scilab_en_US_help/AVRDigitalIn.html | 6 +- help/en_US/scilab_en_US_help/AVRDigitalOut.html | 6 +- .../scilab_en_US_help/AVRDigitalPortSetup.html | 6 +- help/en_US/scilab_en_US_help/AVRDigitalSetup.html | 6 +- help/en_US/scilab_en_US_help/AVRGetTimerValue.html | 6 +- help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html | 6 +- help/en_US/scilab_en_US_help/AVRPWM0Setup.html | 6 +- help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html | 6 +- help/en_US/scilab_en_US_help/AVRPWM1Setup.html | 6 +- help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html | 6 +- help/en_US/scilab_en_US_help/AVRPWM2Setup.html | 6 +- help/en_US/scilab_en_US_help/AVRReadADC.html | 6 +- help/en_US/scilab_en_US_help/AVRSleep.html | 6 +- help/en_US/scilab_en_US_help/AVRTimerSetup.html | 6 +- help/en_US/scilab_en_US_help/AVRUARTReceive.html | 6 +- help/en_US/scilab_en_US_help/AVRUARTSetup.html | 6 +- help/en_US/scilab_en_US_help/AVRUARTTransmit.html | 6 +- .../scilab_en_US_help/CV_AdaptiveThreshold.html | 6 +- help/en_US/scilab_en_US_help/CV_Blur.html | 6 +- help/en_US/scilab_en_US_help/CV_Canny.html | 6 +- help/en_US/scilab_en_US_help/CV_CornerHarris.html | 6 +- help/en_US/scilab_en_US_help/CV_CreateImage.html | 6 +- help/en_US/scilab_en_US_help/CV_CvtColor.html | 6 +- help/en_US/scilab_en_US_help/CV_Dilate.html | 6 +- .../scilab_en_US_help/CV_DistanceTransform.html | 6 +- help/en_US/scilab_en_US_help/CV_Erode.html | 6 +- help/en_US/scilab_en_US_help/CV_GaussianBlur.html | 6 +- help/en_US/scilab_en_US_help/CV_GetImgSize.html | 6 +- help/en_US/scilab_en_US_help/CV_LoadImage.html | 6 +- help/en_US/scilab_en_US_help/CV_MedianBlur.html | 6 +- help/en_US/scilab_en_US_help/CV_SaveImage.html | 6 +- help/en_US/scilab_en_US_help/CV_ShowImage.html | 6 +- help/en_US/scilab_en_US_help/CV_Threshold.html | 6 +- help/en_US/scilab_en_US_help/CV_WaitKey.html | 6 +- help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS | Bin 2752 -> 2855 bytes .../scilab_en_US_help/JavaHelpSearch/DOCS.TAB | 5 +- .../en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS | 2 +- .../scilab_en_US_help/JavaHelpSearch/POSITIONS | Bin 11336 -> 12082 bytes help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA | 2 +- help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP | Bin 10240 -> 10240 bytes help/en_US/scilab_en_US_help/ScilabCaution.png | Bin 507 -> 603 bytes help/en_US/scilab_en_US_help/ScilabEdit.png | Bin 413 -> 574 bytes help/en_US/scilab_en_US_help/ScilabExecute.png | Bin 535 -> 660 bytes help/en_US/scilab_en_US_help/ScilabImportant.png | Bin 617 -> 717 bytes help/en_US/scilab_en_US_help/ScilabNote.png | Bin 663 -> 863 bytes help/en_US/scilab_en_US_help/ScilabTip.png | Bin 663 -> 863 bytes help/en_US/scilab_en_US_help/ScilabWarning.png | Bin 507 -> 603 bytes help/en_US/scilab_en_US_help/index.html | 2 +- help/en_US/scilab_en_US_help/jhelpmap.jhm | 2 +- help/en_US/scilab_en_US_help/jhelptoc.xml | 2 +- .../section_0da8c7f3adca54f0475553087384b7a7.html | 259 +++++++++++++++++++++ 52 files changed, 373 insertions(+), 115 deletions(-) create mode 100644 help/en_US/scilab_en_US_help/section_0da8c7f3adca54f0475553087384b7a7.html (limited to 'help/en_US/scilab_en_US_help') diff --git a/help/en_US/scilab_en_US_help/AVRADCSetup.html b/help/en_US/scilab_en_US_help/AVRADCSetup.html index eb386253..52833643 100644 --- a/help/en_US/scilab_en_US_help/AVRADCSetup.html +++ b/help/en_US/scilab_en_US_help/AVRADCSetup.html @@ -12,11 +12,11 @@
- << Scilab 2 C Converter + << Scilab 2 C Converter - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRADCSetup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRADCSetup

AVRADCSetup

@@ -70,11 +70,11 @@
Report an issue
- << Scilab 2 C Converter + << Scilab 2 C Converter - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRDigitalIn.html b/help/en_US/scilab_en_US_help/AVRDigitalIn.html index 3d396fbb..d2dad6bc 100644 --- a/help/en_US/scilab_en_US_help/AVRDigitalIn.html +++ b/help/en_US/scilab_en_US_help/AVRDigitalIn.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalIn + Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalIn

AVRDigitalIn

@@ -74,7 +74,7 @@ for providing support for generating C code for AVR.

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRDigitalOut.html b/help/en_US/scilab_en_US_help/AVRDigitalOut.html index c320cba5..7bf78456 100644 --- a/help/en_US/scilab_en_US_help/AVRDigitalOut.html +++ b/help/en_US/scilab_en_US_help/AVRDigitalOut.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalOut + Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalOut

AVRDigitalOut

@@ -77,7 +77,7 @@ for providing support for generating C code for AVR.

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html b/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html index 84a1749d..2e51dd36 100644 --- a/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html +++ b/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalPortSetup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalPortSetup

AVRDigitalPortSetup

@@ -75,7 +75,7 @@ for providing support for generating C code for AVR.

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRDigitalSetup.html b/help/en_US/scilab_en_US_help/AVRDigitalSetup.html index 85f0a5a4..38e3088f 100644 --- a/help/en_US/scilab_en_US_help/AVRDigitalSetup.html +++ b/help/en_US/scilab_en_US_help/AVRDigitalSetup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalSetup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalSetup

AVRDigitalSetup

@@ -77,7 +77,7 @@ for providing support for generating C code for AVR.

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRGetTimerValue.html b/help/en_US/scilab_en_US_help/AVRGetTimerValue.html index a213dc68..92ebc340 100644 --- a/help/en_US/scilab_en_US_help/AVRGetTimerValue.html +++ b/help/en_US/scilab_en_US_help/AVRGetTimerValue.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRGetTimerValue + Scilab 2 C Converter >> Scilab 2 C Converter > AVRGetTimerValue

AVRGetTimerValue

@@ -69,7 +69,7 @@ for providing support for generating C code for AVR.

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html b/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html index 2a3b9c22..5973a088 100644 --- a/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html +++ b/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM0SetDuty + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM0SetDuty

AVRPWM0SetDuty

@@ -66,7 +66,7 @@ from 0V-5V.In this function by varying the duty cycle, varying voltage can be pr
- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRPWM0Setup.html b/help/en_US/scilab_en_US_help/AVRPWM0Setup.html index d24d9d8d..8ceda9e4 100644 --- a/help/en_US/scilab_en_US_help/AVRPWM0Setup.html +++ b/help/en_US/scilab_en_US_help/AVRPWM0Setup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM0Setup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM0Setup

AVRPWM0Setup

@@ -84,7 +84,7 @@ for providing support for generating C code for AVR.

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html b/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html index 03403a84..f22ccad7 100644 --- a/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html +++ b/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM1SetDuty + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM1SetDuty

AVRPWM1SetDuty

@@ -69,7 +69,7 @@ AVRPWM1SetDuty(0,50,40000); //This function will produce PWM signal of 50% duty
- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRPWM1Setup.html b/help/en_US/scilab_en_US_help/AVRPWM1Setup.html index 5411af4d..0617a0e6 100644 --- a/help/en_US/scilab_en_US_help/AVRPWM1Setup.html +++ b/help/en_US/scilab_en_US_help/AVRPWM1Setup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM1Setup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM1Setup

AVRPWM1Setup

@@ -86,7 +86,7 @@ on compare match.Also as defined the output will be produced at
- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html b/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html index c92275e0..15ccd208 100644 --- a/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html +++ b/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM2SetDuty + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM2SetDuty

AVRPWM2SetDuty

@@ -67,7 +67,7 @@ AVRPWM2SetDuty(0); //Produces 0V at OC2 pin

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRPWM2Setup.html b/help/en_US/scilab_en_US_help/AVRPWM2Setup.html index aebf5c0c..4d30aebd 100644 --- a/help/en_US/scilab_en_US_help/AVRPWM2Setup.html +++ b/help/en_US/scilab_en_US_help/AVRPWM2Setup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM2Setup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM2Setup

AVRPWM2Setup

@@ -83,7 +83,7 @@ compare match

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRReadADC.html b/help/en_US/scilab_en_US_help/AVRReadADC.html index 43dba972..c15b5178 100644 --- a/help/en_US/scilab_en_US_help/AVRReadADC.html +++ b/help/en_US/scilab_en_US_help/AVRReadADC.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRReadADC + Scilab 2 C Converter >> Scilab 2 C Converter > AVRReadADC

AVRReadADC

@@ -70,7 +70,7 @@ for providing support for generating C code for AVR.

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRSleep.html b/help/en_US/scilab_en_US_help/AVRSleep.html index 19c316df..ce7f140a 100644 --- a/help/en_US/scilab_en_US_help/AVRSleep.html +++ b/help/en_US/scilab_en_US_help/AVRSleep.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRSleep + Scilab 2 C Converter >> Scilab 2 C Converter > AVRSleep

AVRSleep

@@ -61,7 +61,7 @@ for providing support for generating C code for AVR.

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRTimerSetup.html b/help/en_US/scilab_en_US_help/AVRTimerSetup.html index 4935afed..91b5c262 100644 --- a/help/en_US/scilab_en_US_help/AVRTimerSetup.html +++ b/help/en_US/scilab_en_US_help/AVRTimerSetup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRTimerSetup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRTimerSetup

AVRTimerSetup

@@ -52,7 +52,7 @@
- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRUARTReceive.html b/help/en_US/scilab_en_US_help/AVRUARTReceive.html index 87e98905..8d6358a8 100644 --- a/help/en_US/scilab_en_US_help/AVRUARTReceive.html +++ b/help/en_US/scilab_en_US_help/AVRUARTReceive.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTReceive + Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTReceive

AVRUARTReceive

@@ -63,7 +63,7 @@ for providing support for generating C code for AVR.

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRUARTSetup.html b/help/en_US/scilab_en_US_help/AVRUARTSetup.html index 77855949..79f0aba4 100644 --- a/help/en_US/scilab_en_US_help/AVRUARTSetup.html +++ b/help/en_US/scilab_en_US_help/AVRUARTSetup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTSetup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTSetup

AVRUARTSetup

@@ -82,7 +82,7 @@ for providing support for generating C code for AVR.

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRUARTTransmit.html b/help/en_US/scilab_en_US_help/AVRUARTTransmit.html index 624d6a06..b519be23 100644 --- a/help/en_US/scilab_en_US_help/AVRUARTTransmit.html +++ b/help/en_US/scilab_en_US_help/AVRUARTTransmit.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTTransmit + Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTTransmit

AVRUARTTransmit

@@ -63,7 +63,7 @@ for providing support for generating C code for AVR.

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html b/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html index 14cd3f58..30e236bf 100644 --- a/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html +++ b/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_AdaptiveThreshold + Scilab 2 C Converter >> Scilab 2 C Converter > CV_AdaptiveThreshold

CV_AdaptiveThreshold

@@ -80,7 +80,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_Blur.html b/help/en_US/scilab_en_US_help/CV_Blur.html index a9f2008e..a76b723b 100644 --- a/help/en_US/scilab_en_US_help/CV_Blur.html +++ b/help/en_US/scilab_en_US_help/CV_Blur.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Blur + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Blur

CV_Blur

@@ -82,7 +82,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_Canny.html b/help/en_US/scilab_en_US_help/CV_Canny.html index 5fe68118..32d9e24f 100644 --- a/help/en_US/scilab_en_US_help/CV_Canny.html +++ b/help/en_US/scilab_en_US_help/CV_Canny.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Canny + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Canny

CV_Canny

@@ -81,7 +81,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_CornerHarris.html b/help/en_US/scilab_en_US_help/CV_CornerHarris.html index f5ad9bb9..da8acd6a 100644 --- a/help/en_US/scilab_en_US_help/CV_CornerHarris.html +++ b/help/en_US/scilab_en_US_help/CV_CornerHarris.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_CornerHarris + Scilab 2 C Converter >> Scilab 2 C Converter > CV_CornerHarris

CV_CornerHarris

@@ -84,7 +84,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_CreateImage.html b/help/en_US/scilab_en_US_help/CV_CreateImage.html index 5a3e034b..22a5ff40 100644 --- a/help/en_US/scilab_en_US_help/CV_CreateImage.html +++ b/help/en_US/scilab_en_US_help/CV_CreateImage.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_CreateImage + Scilab 2 C Converter >> Scilab 2 C Converter > CV_CreateImage

CV_CreateImage

@@ -71,7 +71,7 @@
- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_CvtColor.html b/help/en_US/scilab_en_US_help/CV_CvtColor.html index ffa3cef1..f525b7c0 100644 --- a/help/en_US/scilab_en_US_help/CV_CvtColor.html +++ b/help/en_US/scilab_en_US_help/CV_CvtColor.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_CvtColor + Scilab 2 C Converter >> Scilab 2 C Converter > CV_CvtColor

CV_CvtColor

@@ -76,7 +76,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_Dilate.html b/help/en_US/scilab_en_US_help/CV_Dilate.html index 0c898402..7f4a0e27 100644 --- a/help/en_US/scilab_en_US_help/CV_Dilate.html +++ b/help/en_US/scilab_en_US_help/CV_Dilate.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Dilate + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Dilate

CV_Dilate

@@ -85,7 +85,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_DistanceTransform.html b/help/en_US/scilab_en_US_help/CV_DistanceTransform.html index 5d432924..e08f4fc7 100644 --- a/help/en_US/scilab_en_US_help/CV_DistanceTransform.html +++ b/help/en_US/scilab_en_US_help/CV_DistanceTransform.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_DistanceTransform + Scilab 2 C Converter >> Scilab 2 C Converter > CV_DistanceTransform

CV_DistanceTransform

@@ -73,7 +73,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_Erode.html b/help/en_US/scilab_en_US_help/CV_Erode.html index 102058d0..a2824c2d 100644 --- a/help/en_US/scilab_en_US_help/CV_Erode.html +++ b/help/en_US/scilab_en_US_help/CV_Erode.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Erode + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Erode

CV_Erode

@@ -85,7 +85,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_GaussianBlur.html b/help/en_US/scilab_en_US_help/CV_GaussianBlur.html index 470cf56c..6068323d 100644 --- a/help/en_US/scilab_en_US_help/CV_GaussianBlur.html +++ b/help/en_US/scilab_en_US_help/CV_GaussianBlur.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_GaussianBlur + Scilab 2 C Converter >> Scilab 2 C Converter > CV_GaussianBlur

CV_GaussianBlur

@@ -84,7 +84,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_GetImgSize.html b/help/en_US/scilab_en_US_help/CV_GetImgSize.html index e7884967..c61efce0 100644 --- a/help/en_US/scilab_en_US_help/CV_GetImgSize.html +++ b/help/en_US/scilab_en_US_help/CV_GetImgSize.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_GetImgSize + Scilab 2 C Converter >> Scilab 2 C Converter > CV_GetImgSize

CV_GetImgSize

@@ -70,7 +70,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_LoadImage.html b/help/en_US/scilab_en_US_help/CV_LoadImage.html index 473e4a5d..b70dfc28 100644 --- a/help/en_US/scilab_en_US_help/CV_LoadImage.html +++ b/help/en_US/scilab_en_US_help/CV_LoadImage.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_LoadImage + Scilab 2 C Converter >> Scilab 2 C Converter > CV_LoadImage

CV_LoadImage

@@ -74,7 +74,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_MedianBlur.html b/help/en_US/scilab_en_US_help/CV_MedianBlur.html index a75064e9..597b52d5 100644 --- a/help/en_US/scilab_en_US_help/CV_MedianBlur.html +++ b/help/en_US/scilab_en_US_help/CV_MedianBlur.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_MedianBlur + Scilab 2 C Converter >> Scilab 2 C Converter > CV_MedianBlur

CV_MedianBlur

@@ -72,7 +72,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_SaveImage.html b/help/en_US/scilab_en_US_help/CV_SaveImage.html index fe309032..49274452 100644 --- a/help/en_US/scilab_en_US_help/CV_SaveImage.html +++ b/help/en_US/scilab_en_US_help/CV_SaveImage.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_SaveImage + Scilab 2 C Converter >> Scilab 2 C Converter > CV_SaveImage

CV_SaveImage

@@ -72,7 +72,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_ShowImage.html b/help/en_US/scilab_en_US_help/CV_ShowImage.html index abc8cace..72347d17 100644 --- a/help/en_US/scilab_en_US_help/CV_ShowImage.html +++ b/help/en_US/scilab_en_US_help/CV_ShowImage.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_ShowImage + Scilab 2 C Converter >> Scilab 2 C Converter > CV_ShowImage

CV_ShowImage

@@ -72,7 +72,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_Threshold.html b/help/en_US/scilab_en_US_help/CV_Threshold.html index fa465fce..c74eb0cc 100644 --- a/help/en_US/scilab_en_US_help/CV_Threshold.html +++ b/help/en_US/scilab_en_US_help/CV_Threshold.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Threshold + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Threshold

CV_Threshold

@@ -76,7 +76,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_WaitKey.html b/help/en_US/scilab_en_US_help/CV_WaitKey.html index 281d1690..5e829716 100644 --- a/help/en_US/scilab_en_US_help/CV_WaitKey.html +++ b/help/en_US/scilab_en_US_help/CV_WaitKey.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -28,7 +28,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_WaitKey + Scilab 2 C Converter >> Scilab 2 C Converter > CV_WaitKey

CV_WaitKey

@@ -70,7 +70,7 @@ for providing support for generating C code for OpenCV

- Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS index a6bca91c..3b891a01 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB index 14cf1a67..3c84a71e 100644 --- a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB +++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB @@ -1,3 +1,2 @@ -eu_uuuu]_}u'}4uu_uuuPo -eaovQFMe_F^d~KeAQg?ۤ6>YWġ+`H¿*R͋4, 1Ju* -*6* W*o+0hȮ&_9:̋غ3ʨBꪪꪪ0뾪0/ ̢ \ No newline at end of file +e__u}uu__u__uu__u_u@,dUҳuب`Hr画|>a,,䪢̪eʪ/⪎*((Ҫ7*e89rR2/rг /:]6 6F_02 4//=K9}ȳ //9K2/9K44 \ No newline at end of file diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS index 171c6512..5675c215 100644 --- a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS +++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS @@ -1 +1 @@ -fs{2{<$knɮ q/0<8~20+cƍfe.H%wo5۸`}@FZ.qŧ \ No newline at end of file +S+m]E&M?>Y162SQ@4`,qiʽ] qHQ&1`p,cYNsOlrM+3&M5sa{s ዯ%cW?V` \ No newline at end of file diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS index d93e5bce..8fef32cd 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA index 6a59db84..069c99b0 100644 --- a/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA +++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA @@ -1,2 +1,2 @@ JavaSearch 1.0 -TMAP bs=2048 rt=1 fl=-1 id1=728 id2=1 +TMAP bs=2048 rt=1 fl=-1 id1=729 id2=1 diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP index 5be4429a..3e33f3ed 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP and b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP differ diff --git a/help/en_US/scilab_en_US_help/ScilabCaution.png b/help/en_US/scilab_en_US_help/ScilabCaution.png index 231159a5..a9e4ff39 100644 Binary files a/help/en_US/scilab_en_US_help/ScilabCaution.png and b/help/en_US/scilab_en_US_help/ScilabCaution.png differ diff --git a/help/en_US/scilab_en_US_help/ScilabEdit.png b/help/en_US/scilab_en_US_help/ScilabEdit.png index ff0cca72..188e1c12 100644 Binary files a/help/en_US/scilab_en_US_help/ScilabEdit.png and b/help/en_US/scilab_en_US_help/ScilabEdit.png differ diff --git a/help/en_US/scilab_en_US_help/ScilabExecute.png b/help/en_US/scilab_en_US_help/ScilabExecute.png index 4acd4b93..a7de0feb 100644 Binary files a/help/en_US/scilab_en_US_help/ScilabExecute.png and b/help/en_US/scilab_en_US_help/ScilabExecute.png differ diff --git a/help/en_US/scilab_en_US_help/ScilabImportant.png b/help/en_US/scilab_en_US_help/ScilabImportant.png index 73931b2c..81e9ed29 100644 Binary files a/help/en_US/scilab_en_US_help/ScilabImportant.png and b/help/en_US/scilab_en_US_help/ScilabImportant.png differ diff --git a/help/en_US/scilab_en_US_help/ScilabNote.png b/help/en_US/scilab_en_US_help/ScilabNote.png index 6607ece6..8851b99b 100644 Binary files a/help/en_US/scilab_en_US_help/ScilabNote.png and b/help/en_US/scilab_en_US_help/ScilabNote.png differ diff --git a/help/en_US/scilab_en_US_help/ScilabTip.png b/help/en_US/scilab_en_US_help/ScilabTip.png index 6607ece6..8851b99b 100644 Binary files a/help/en_US/scilab_en_US_help/ScilabTip.png and b/help/en_US/scilab_en_US_help/ScilabTip.png differ diff --git a/help/en_US/scilab_en_US_help/ScilabWarning.png b/help/en_US/scilab_en_US_help/ScilabWarning.png index 231159a5..a9e4ff39 100644 Binary files a/help/en_US/scilab_en_US_help/ScilabWarning.png and b/help/en_US/scilab_en_US_help/ScilabWarning.png differ diff --git a/help/en_US/scilab_en_US_help/index.html b/help/en_US/scilab_en_US_help/index.html index 8b95d48d..977ca182 100644 --- a/help/en_US/scilab_en_US_help/index.html +++ b/help/en_US/scilab_en_US_help/index.html @@ -31,7 +31,7 @@

Scilab 2 C Converter

    -
  • Scilab 2 C Converter +
  • Scilab 2 C Converter
    • AVRADCSetupFunction to initialise ADC of AVR
    • diff --git a/help/en_US/scilab_en_US_help/jhelpmap.jhm b/help/en_US/scilab_en_US_help/jhelpmap.jhm index aebfeb07..d0422399 100644 --- a/help/en_US/scilab_en_US_help/jhelpmap.jhm +++ b/help/en_US/scilab_en_US_help/jhelpmap.jhm @@ -2,7 +2,7 @@ - + diff --git a/help/en_US/scilab_en_US_help/jhelptoc.xml b/help/en_US/scilab_en_US_help/jhelptoc.xml index 176ca2a8..103425f7 100644 --- a/help/en_US/scilab_en_US_help/jhelptoc.xml +++ b/help/en_US/scilab_en_US_help/jhelptoc.xml @@ -2,7 +2,7 @@ - + diff --git a/help/en_US/scilab_en_US_help/section_0da8c7f3adca54f0475553087384b7a7.html b/help/en_US/scilab_en_US_help/section_0da8c7f3adca54f0475553087384b7a7.html new file mode 100644 index 00000000..647ce7ce --- /dev/null +++ b/help/en_US/scilab_en_US_help/section_0da8c7f3adca54f0475553087384b7a7.html @@ -0,0 +1,259 @@ + + + + + + +
      + + + + +
      + + + Scilab 2 C Converter + + + +
      +
      +
      + + + + Scilab 2 C Converter >> Scilab 2 C Converter + +

      +

      Scilab 2 C Converter

      +
      • AVRADCSetupFunction to initialise ADC of AVR
      • + + + + + +
      • AVRDigitalInFunction to get state (high\low) of a digital input pin on AVR
      • + + + + + +
      • AVRDigitalOutFunction to change state (high\low) of a digital output pin on AVR
      • + + + + + +
      • AVRDigitalPortSetupFunction to decide direction of port on AVR
      • + + + + + +
      • AVRDigitalSetupFunction to decide direction of a digital pin on AVR
      • + + + + + +
      • AVRGetTimerValueFunction to get timer count
      • + + + + + +
      • AVRPWM0SetDutyFunction to Set Duty cycle of PWM Output generated by Timer0 at OC0 pin.
      • + + + + + +
      • AVRPWM0SetupFunction to Setup OC0 pin for required PWM mode
      • + + + + + +
      • AVRPWM1SetDutyFunction to Set Duty cycle of PWM Output generated by Timer1 at OC1A or OC1B pin.
      • + + + + + +
      • AVRPWM1SetupFunction to Setup OC1A or OC1B pin for required PWM mode
      • + + + + + +
      • AVRPWM2SetDutyFunction to Set Duty cycle of PWM Output generated by Timer2 at OC2 pin.
      • + + + + + +
      • AVRPWM2SetupFunction to Setup OC2 pin for required PWM mode
      • + + + + + +
      • AVRReadADCFunction to get voltage on analog pin on AVR
      • + + + + + +
      • AVRSleepFunction to pause the execution for the given time.
      • + + + + + +
      • AVRTimerSetupFunction to setup Timers in ATmega16
      • + + + + + +
      • AVRUARTReceiveFunction to Receive Char value send to ATmega16 using UART or USART.
      • + + + + + +
      • AVRUARTSetupFunction to Setup Serial Communication i.e UART or USART in ATmega16.
      • + + + + + +
      • AVRUARTTransmitFunction to Transmit data using UART or USART.
      • + + + + + +
      • CV_AdaptiveThresholdfunction to adaptively threshold input image
      • + + + + + +
      • CV_Blurfunction to blur image using normalised box filter
      • + + + + + +
      • CV_CannyFinds edges in image using Canny algorithm
      • + + + + + +
      • CV_CornerHarrisFinds edges in image using Harris algorithm
      • + + + + + +
      • CV_CreateImagefunction to create an image object of given size and type
      • + + + + + +
      • CV_CvtColorfunction to convert image from one colorspace to other colorspace
      • + + + + + +
      • CV_Dilatedilates an image by using a specific structuring element.
      • + + + + + +
      • CV_DistanceTransformfunction to calculate distance to closest zero pixels for each pixel
      • + + + + + +
      • CV_ErodeErodes an image by using a specific structuring element.
      • + + + + + +
      • CV_GaussianBlurfunction to blur image using gaussian filter
      • + + + + + +
      • CV_GetImgSizefunction to get size of the image (width*height)
      • + + + + + +
      • CV_LoadImagefunction to load an image object from given filename
      • + + + + + +
      • CV_MedianBlurfunction to blur image using median filter
      • + + + + + +
      • CV_SaveImagefunction to save an image object as a given filename
      • + + + + + +
      • CV_ShowImagefunction to show an image
      • + + + + + +
      • CV_Thresholdfunction to threshold input image
      • + + + + + +
      • CV_WaitKeyfunction similar to cvWaitKey
      +
      + +
      + + + + + + +
      Report an issue
      + + + Scilab 2 C Converter + + + +
      +
      +
      + + -- cgit From 121b455e1e46617c670a8b9dfa77bbb1aa97a51a Mon Sep 17 00:00:00 2001 From: Jorawar Singh Date: Tue, 4 Jul 2017 15:14:46 +0530 Subject: Fixed standalone conversion errors with RPi files --- help/en_US/scilab_en_US_help/AVRADCSetup.html | 10 +- help/en_US/scilab_en_US_help/AVRDigitalIn.html | 6 +- help/en_US/scilab_en_US_help/AVRDigitalOut.html | 6 +- .../scilab_en_US_help/AVRDigitalPortSetup.html | 6 +- help/en_US/scilab_en_US_help/AVRDigitalSetup.html | 6 +- help/en_US/scilab_en_US_help/AVRGetTimerValue.html | 6 +- help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html | 6 +- help/en_US/scilab_en_US_help/AVRPWM0Setup.html | 6 +- help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html | 6 +- help/en_US/scilab_en_US_help/AVRPWM1Setup.html | 6 +- help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html | 6 +- help/en_US/scilab_en_US_help/AVRPWM2Setup.html | 6 +- help/en_US/scilab_en_US_help/AVRReadADC.html | 6 +- help/en_US/scilab_en_US_help/AVRSleep.html | 6 +- help/en_US/scilab_en_US_help/AVRTimerSetup.html | 6 +- help/en_US/scilab_en_US_help/AVRUARTReceive.html | 6 +- help/en_US/scilab_en_US_help/AVRUARTSetup.html | 6 +- help/en_US/scilab_en_US_help/AVRUARTTransmit.html | 6 +- .../scilab_en_US_help/CV_AdaptiveThreshold.html | 6 +- help/en_US/scilab_en_US_help/CV_Blur.html | 6 +- help/en_US/scilab_en_US_help/CV_Canny.html | 6 +- help/en_US/scilab_en_US_help/CV_CornerHarris.html | 6 +- help/en_US/scilab_en_US_help/CV_CreateImage.html | 6 +- help/en_US/scilab_en_US_help/CV_CvtColor.html | 6 +- help/en_US/scilab_en_US_help/CV_Dilate.html | 6 +- .../scilab_en_US_help/CV_DistanceTransform.html | 6 +- help/en_US/scilab_en_US_help/CV_Erode.html | 6 +- help/en_US/scilab_en_US_help/CV_GaussianBlur.html | 6 +- help/en_US/scilab_en_US_help/CV_GetImgSize.html | 6 +- help/en_US/scilab_en_US_help/CV_LoadImage.html | 6 +- help/en_US/scilab_en_US_help/CV_MedianBlur.html | 6 +- help/en_US/scilab_en_US_help/CV_SaveImage.html | 6 +- help/en_US/scilab_en_US_help/CV_ShowImage.html | 6 +- help/en_US/scilab_en_US_help/CV_Threshold.html | 6 +- help/en_US/scilab_en_US_help/CV_WaitKey.html | 6 +- help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS | Bin 2855 -> 2921 bytes .../scilab_en_US_help/JavaHelpSearch/DOCS.TAB | 3 +- .../en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS | Bin 120 -> 133 bytes .../scilab_en_US_help/JavaHelpSearch/POSITIONS | Bin 12082 -> 12644 bytes help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA | 2 +- help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP | Bin 10240 -> 10240 bytes help/en_US/scilab_en_US_help/ScilabCaution.png | Bin 603 -> 507 bytes help/en_US/scilab_en_US_help/ScilabEdit.png | Bin 574 -> 413 bytes help/en_US/scilab_en_US_help/ScilabExecute.png | Bin 660 -> 535 bytes help/en_US/scilab_en_US_help/ScilabImportant.png | Bin 717 -> 617 bytes help/en_US/scilab_en_US_help/ScilabNote.png | Bin 863 -> 663 bytes help/en_US/scilab_en_US_help/ScilabTip.png | Bin 863 -> 663 bytes help/en_US/scilab_en_US_help/ScilabWarning.png | Bin 603 -> 507 bytes help/en_US/scilab_en_US_help/index.html | 2 +- help/en_US/scilab_en_US_help/jhelpmap.jhm | 2 +- help/en_US/scilab_en_US_help/jhelptoc.xml | 2 +- .../section_4d177ceb9ae128b1850140a7901a140a.html | 259 +++++++++++++++++++++ 52 files changed, 371 insertions(+), 113 deletions(-) create mode 100644 help/en_US/scilab_en_US_help/section_4d177ceb9ae128b1850140a7901a140a.html (limited to 'help/en_US/scilab_en_US_help') diff --git a/help/en_US/scilab_en_US_help/AVRADCSetup.html b/help/en_US/scilab_en_US_help/AVRADCSetup.html index 52833643..19d393b6 100644 --- a/help/en_US/scilab_en_US_help/AVRADCSetup.html +++ b/help/en_US/scilab_en_US_help/AVRADCSetup.html @@ -12,11 +12,11 @@
      - << Scilab 2 C Converter + << Scilab 2 C Converter - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRADCSetup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRADCSetup

      AVRADCSetup

      @@ -70,11 +70,11 @@
      Report an issue
      - << Scilab 2 C Converter + << Scilab 2 C Converter - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRDigitalIn.html b/help/en_US/scilab_en_US_help/AVRDigitalIn.html index d2dad6bc..40592ccd 100644 --- a/help/en_US/scilab_en_US_help/AVRDigitalIn.html +++ b/help/en_US/scilab_en_US_help/AVRDigitalIn.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalIn + Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalIn

      AVRDigitalIn

      @@ -74,7 +74,7 @@ for providing support for generating C code for AVR.

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRDigitalOut.html b/help/en_US/scilab_en_US_help/AVRDigitalOut.html index 7bf78456..ba1f71d1 100644 --- a/help/en_US/scilab_en_US_help/AVRDigitalOut.html +++ b/help/en_US/scilab_en_US_help/AVRDigitalOut.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalOut + Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalOut

      AVRDigitalOut

      @@ -77,7 +77,7 @@ for providing support for generating C code for AVR.

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html b/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html index 2e51dd36..6ff374c9 100644 --- a/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html +++ b/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalPortSetup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalPortSetup

      AVRDigitalPortSetup

      @@ -75,7 +75,7 @@ for providing support for generating C code for AVR.

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRDigitalSetup.html b/help/en_US/scilab_en_US_help/AVRDigitalSetup.html index 38e3088f..64142d3b 100644 --- a/help/en_US/scilab_en_US_help/AVRDigitalSetup.html +++ b/help/en_US/scilab_en_US_help/AVRDigitalSetup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalSetup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalSetup

      AVRDigitalSetup

      @@ -77,7 +77,7 @@ for providing support for generating C code for AVR.

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRGetTimerValue.html b/help/en_US/scilab_en_US_help/AVRGetTimerValue.html index 92ebc340..ae75314c 100644 --- a/help/en_US/scilab_en_US_help/AVRGetTimerValue.html +++ b/help/en_US/scilab_en_US_help/AVRGetTimerValue.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRGetTimerValue + Scilab 2 C Converter >> Scilab 2 C Converter > AVRGetTimerValue

      AVRGetTimerValue

      @@ -69,7 +69,7 @@ for providing support for generating C code for AVR.

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html b/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html index 5973a088..d8a29b07 100644 --- a/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html +++ b/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM0SetDuty + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM0SetDuty

      AVRPWM0SetDuty

      @@ -66,7 +66,7 @@ from 0V-5V.In this function by varying the duty cycle, varying voltage can be pr
      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRPWM0Setup.html b/help/en_US/scilab_en_US_help/AVRPWM0Setup.html index 8ceda9e4..45306664 100644 --- a/help/en_US/scilab_en_US_help/AVRPWM0Setup.html +++ b/help/en_US/scilab_en_US_help/AVRPWM0Setup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM0Setup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM0Setup

      AVRPWM0Setup

      @@ -84,7 +84,7 @@ for providing support for generating C code for AVR.

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html b/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html index f22ccad7..44649890 100644 --- a/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html +++ b/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM1SetDuty + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM1SetDuty

      AVRPWM1SetDuty

      @@ -69,7 +69,7 @@ AVRPWM1SetDuty(0,50,40000); //This function will produce PWM signal of 50% duty
      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRPWM1Setup.html b/help/en_US/scilab_en_US_help/AVRPWM1Setup.html index 0617a0e6..dc8169af 100644 --- a/help/en_US/scilab_en_US_help/AVRPWM1Setup.html +++ b/help/en_US/scilab_en_US_help/AVRPWM1Setup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM1Setup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM1Setup

      AVRPWM1Setup

      @@ -86,7 +86,7 @@ on compare match.Also as defined the output will be produced at
      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html b/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html index 15ccd208..be0c2251 100644 --- a/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html +++ b/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM2SetDuty + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM2SetDuty

      AVRPWM2SetDuty

      @@ -67,7 +67,7 @@ AVRPWM2SetDuty(0); //Produces 0V at OC2 pin

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRPWM2Setup.html b/help/en_US/scilab_en_US_help/AVRPWM2Setup.html index 4d30aebd..b6f116d8 100644 --- a/help/en_US/scilab_en_US_help/AVRPWM2Setup.html +++ b/help/en_US/scilab_en_US_help/AVRPWM2Setup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM2Setup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM2Setup

      AVRPWM2Setup

      @@ -83,7 +83,7 @@ compare match

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRReadADC.html b/help/en_US/scilab_en_US_help/AVRReadADC.html index c15b5178..5d009c98 100644 --- a/help/en_US/scilab_en_US_help/AVRReadADC.html +++ b/help/en_US/scilab_en_US_help/AVRReadADC.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRReadADC + Scilab 2 C Converter >> Scilab 2 C Converter > AVRReadADC

      AVRReadADC

      @@ -70,7 +70,7 @@ for providing support for generating C code for AVR.

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRSleep.html b/help/en_US/scilab_en_US_help/AVRSleep.html index ce7f140a..09372499 100644 --- a/help/en_US/scilab_en_US_help/AVRSleep.html +++ b/help/en_US/scilab_en_US_help/AVRSleep.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRSleep + Scilab 2 C Converter >> Scilab 2 C Converter > AVRSleep

      AVRSleep

      @@ -61,7 +61,7 @@ for providing support for generating C code for AVR.

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRTimerSetup.html b/help/en_US/scilab_en_US_help/AVRTimerSetup.html index 91b5c262..6c78ecce 100644 --- a/help/en_US/scilab_en_US_help/AVRTimerSetup.html +++ b/help/en_US/scilab_en_US_help/AVRTimerSetup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRTimerSetup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRTimerSetup

      AVRTimerSetup

      @@ -52,7 +52,7 @@
      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRUARTReceive.html b/help/en_US/scilab_en_US_help/AVRUARTReceive.html index 8d6358a8..6c7347d3 100644 --- a/help/en_US/scilab_en_US_help/AVRUARTReceive.html +++ b/help/en_US/scilab_en_US_help/AVRUARTReceive.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTReceive + Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTReceive

      AVRUARTReceive

      @@ -63,7 +63,7 @@ for providing support for generating C code for AVR.

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRUARTSetup.html b/help/en_US/scilab_en_US_help/AVRUARTSetup.html index 79f0aba4..6b3c98ac 100644 --- a/help/en_US/scilab_en_US_help/AVRUARTSetup.html +++ b/help/en_US/scilab_en_US_help/AVRUARTSetup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTSetup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTSetup

      AVRUARTSetup

      @@ -82,7 +82,7 @@ for providing support for generating C code for AVR.

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRUARTTransmit.html b/help/en_US/scilab_en_US_help/AVRUARTTransmit.html index b519be23..02baa9ab 100644 --- a/help/en_US/scilab_en_US_help/AVRUARTTransmit.html +++ b/help/en_US/scilab_en_US_help/AVRUARTTransmit.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTTransmit + Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTTransmit

      AVRUARTTransmit

      @@ -63,7 +63,7 @@ for providing support for generating C code for AVR.

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html b/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html index 30e236bf..c2273ae4 100644 --- a/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html +++ b/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_AdaptiveThreshold + Scilab 2 C Converter >> Scilab 2 C Converter > CV_AdaptiveThreshold

      CV_AdaptiveThreshold

      @@ -80,7 +80,7 @@ for providing support for generating C code for OpenCV

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_Blur.html b/help/en_US/scilab_en_US_help/CV_Blur.html index a76b723b..78ced0cf 100644 --- a/help/en_US/scilab_en_US_help/CV_Blur.html +++ b/help/en_US/scilab_en_US_help/CV_Blur.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Blur + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Blur

      CV_Blur

      @@ -82,7 +82,7 @@ for providing support for generating C code for OpenCV

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_Canny.html b/help/en_US/scilab_en_US_help/CV_Canny.html index 32d9e24f..2efbc71a 100644 --- a/help/en_US/scilab_en_US_help/CV_Canny.html +++ b/help/en_US/scilab_en_US_help/CV_Canny.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Canny + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Canny

      CV_Canny

      @@ -81,7 +81,7 @@ for providing support for generating C code for OpenCV

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_CornerHarris.html b/help/en_US/scilab_en_US_help/CV_CornerHarris.html index da8acd6a..72cd4171 100644 --- a/help/en_US/scilab_en_US_help/CV_CornerHarris.html +++ b/help/en_US/scilab_en_US_help/CV_CornerHarris.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_CornerHarris + Scilab 2 C Converter >> Scilab 2 C Converter > CV_CornerHarris

      CV_CornerHarris

      @@ -84,7 +84,7 @@ for providing support for generating C code for OpenCV

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_CreateImage.html b/help/en_US/scilab_en_US_help/CV_CreateImage.html index 22a5ff40..0c28a03d 100644 --- a/help/en_US/scilab_en_US_help/CV_CreateImage.html +++ b/help/en_US/scilab_en_US_help/CV_CreateImage.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_CreateImage + Scilab 2 C Converter >> Scilab 2 C Converter > CV_CreateImage

      CV_CreateImage

      @@ -71,7 +71,7 @@
      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_CvtColor.html b/help/en_US/scilab_en_US_help/CV_CvtColor.html index f525b7c0..ce03acf5 100644 --- a/help/en_US/scilab_en_US_help/CV_CvtColor.html +++ b/help/en_US/scilab_en_US_help/CV_CvtColor.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_CvtColor + Scilab 2 C Converter >> Scilab 2 C Converter > CV_CvtColor

      CV_CvtColor

      @@ -76,7 +76,7 @@ for providing support for generating C code for OpenCV

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_Dilate.html b/help/en_US/scilab_en_US_help/CV_Dilate.html index 7f4a0e27..a4956766 100644 --- a/help/en_US/scilab_en_US_help/CV_Dilate.html +++ b/help/en_US/scilab_en_US_help/CV_Dilate.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Dilate + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Dilate

      CV_Dilate

      @@ -85,7 +85,7 @@ for providing support for generating C code for OpenCV

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_DistanceTransform.html b/help/en_US/scilab_en_US_help/CV_DistanceTransform.html index e08f4fc7..fd2d7d70 100644 --- a/help/en_US/scilab_en_US_help/CV_DistanceTransform.html +++ b/help/en_US/scilab_en_US_help/CV_DistanceTransform.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_DistanceTransform + Scilab 2 C Converter >> Scilab 2 C Converter > CV_DistanceTransform

      CV_DistanceTransform

      @@ -73,7 +73,7 @@ for providing support for generating C code for OpenCV

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_Erode.html b/help/en_US/scilab_en_US_help/CV_Erode.html index a2824c2d..fe863700 100644 --- a/help/en_US/scilab_en_US_help/CV_Erode.html +++ b/help/en_US/scilab_en_US_help/CV_Erode.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Erode + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Erode

      CV_Erode

      @@ -85,7 +85,7 @@ for providing support for generating C code for OpenCV

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_GaussianBlur.html b/help/en_US/scilab_en_US_help/CV_GaussianBlur.html index 6068323d..e6ed4e62 100644 --- a/help/en_US/scilab_en_US_help/CV_GaussianBlur.html +++ b/help/en_US/scilab_en_US_help/CV_GaussianBlur.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_GaussianBlur + Scilab 2 C Converter >> Scilab 2 C Converter > CV_GaussianBlur

      CV_GaussianBlur

      @@ -84,7 +84,7 @@ for providing support for generating C code for OpenCV

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_GetImgSize.html b/help/en_US/scilab_en_US_help/CV_GetImgSize.html index c61efce0..21ec770f 100644 --- a/help/en_US/scilab_en_US_help/CV_GetImgSize.html +++ b/help/en_US/scilab_en_US_help/CV_GetImgSize.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_GetImgSize + Scilab 2 C Converter >> Scilab 2 C Converter > CV_GetImgSize

      CV_GetImgSize

      @@ -70,7 +70,7 @@ for providing support for generating C code for OpenCV

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_LoadImage.html b/help/en_US/scilab_en_US_help/CV_LoadImage.html index b70dfc28..f18261a2 100644 --- a/help/en_US/scilab_en_US_help/CV_LoadImage.html +++ b/help/en_US/scilab_en_US_help/CV_LoadImage.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_LoadImage + Scilab 2 C Converter >> Scilab 2 C Converter > CV_LoadImage

      CV_LoadImage

      @@ -74,7 +74,7 @@ for providing support for generating C code for OpenCV

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_MedianBlur.html b/help/en_US/scilab_en_US_help/CV_MedianBlur.html index 597b52d5..7821e2a4 100644 --- a/help/en_US/scilab_en_US_help/CV_MedianBlur.html +++ b/help/en_US/scilab_en_US_help/CV_MedianBlur.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_MedianBlur + Scilab 2 C Converter >> Scilab 2 C Converter > CV_MedianBlur

      CV_MedianBlur

      @@ -72,7 +72,7 @@ for providing support for generating C code for OpenCV

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_SaveImage.html b/help/en_US/scilab_en_US_help/CV_SaveImage.html index 49274452..94da92e4 100644 --- a/help/en_US/scilab_en_US_help/CV_SaveImage.html +++ b/help/en_US/scilab_en_US_help/CV_SaveImage.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_SaveImage + Scilab 2 C Converter >> Scilab 2 C Converter > CV_SaveImage

      CV_SaveImage

      @@ -72,7 +72,7 @@ for providing support for generating C code for OpenCV

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_ShowImage.html b/help/en_US/scilab_en_US_help/CV_ShowImage.html index 72347d17..fe6c088c 100644 --- a/help/en_US/scilab_en_US_help/CV_ShowImage.html +++ b/help/en_US/scilab_en_US_help/CV_ShowImage.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_ShowImage + Scilab 2 C Converter >> Scilab 2 C Converter > CV_ShowImage

      CV_ShowImage

      @@ -72,7 +72,7 @@ for providing support for generating C code for OpenCV

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_Threshold.html b/help/en_US/scilab_en_US_help/CV_Threshold.html index c74eb0cc..90f6f96f 100644 --- a/help/en_US/scilab_en_US_help/CV_Threshold.html +++ b/help/en_US/scilab_en_US_help/CV_Threshold.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Threshold + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Threshold

      CV_Threshold

      @@ -76,7 +76,7 @@ for providing support for generating C code for OpenCV

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_WaitKey.html b/help/en_US/scilab_en_US_help/CV_WaitKey.html index 5e829716..d81650a9 100644 --- a/help/en_US/scilab_en_US_help/CV_WaitKey.html +++ b/help/en_US/scilab_en_US_help/CV_WaitKey.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -28,7 +28,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_WaitKey + Scilab 2 C Converter >> Scilab 2 C Converter > CV_WaitKey

      CV_WaitKey

      @@ -70,7 +70,7 @@ for providing support for generating C code for OpenCV

      - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS index 3b891a01..7aa98ed1 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB index 3c84a71e..ec5d02fd 100644 --- a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB +++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB @@ -1,2 +1 @@ -e__u}uu__u__uu__u_u@,dUҳuب`Hr画|>a,,䪢̪eʪ/⪎*((Ҫ7*e89rR2/rг /:]6 6F_02 4//=K9}ȳ //9K2/9K44 \ No newline at end of file +euuu4__uu}_u@Xr uVv`T`Z2 ZZe~QiqQj]Xh^]V`TpXd!QiZl`^WVVl]^\rQ(rpQ!Jdu00qʡFQJ\`W čr*/K8 +*0 0*ت⪪9,*20K2/` \ No newline at end of file diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS index 5675c215..db02be4d 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS index 8fef32cd..89dfc42b 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA index 069c99b0..03cfc0b7 100644 --- a/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA +++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA @@ -1,2 +1,2 @@ JavaSearch 1.0 -TMAP bs=2048 rt=1 fl=-1 id1=729 id2=1 +TMAP bs=2048 rt=1 fl=-1 id1=730 id2=1 diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP index 3e33f3ed..f19ac947 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP and b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP differ diff --git a/help/en_US/scilab_en_US_help/ScilabCaution.png b/help/en_US/scilab_en_US_help/ScilabCaution.png index a9e4ff39..231159a5 100644 Binary files a/help/en_US/scilab_en_US_help/ScilabCaution.png and b/help/en_US/scilab_en_US_help/ScilabCaution.png differ diff --git a/help/en_US/scilab_en_US_help/ScilabEdit.png b/help/en_US/scilab_en_US_help/ScilabEdit.png index 188e1c12..ff0cca72 100644 Binary files a/help/en_US/scilab_en_US_help/ScilabEdit.png and b/help/en_US/scilab_en_US_help/ScilabEdit.png differ diff --git a/help/en_US/scilab_en_US_help/ScilabExecute.png b/help/en_US/scilab_en_US_help/ScilabExecute.png index a7de0feb..4acd4b93 100644 Binary files a/help/en_US/scilab_en_US_help/ScilabExecute.png and b/help/en_US/scilab_en_US_help/ScilabExecute.png differ diff --git a/help/en_US/scilab_en_US_help/ScilabImportant.png b/help/en_US/scilab_en_US_help/ScilabImportant.png index 81e9ed29..73931b2c 100644 Binary files a/help/en_US/scilab_en_US_help/ScilabImportant.png and b/help/en_US/scilab_en_US_help/ScilabImportant.png differ diff --git a/help/en_US/scilab_en_US_help/ScilabNote.png b/help/en_US/scilab_en_US_help/ScilabNote.png index 8851b99b..6607ece6 100644 Binary files a/help/en_US/scilab_en_US_help/ScilabNote.png and b/help/en_US/scilab_en_US_help/ScilabNote.png differ diff --git a/help/en_US/scilab_en_US_help/ScilabTip.png b/help/en_US/scilab_en_US_help/ScilabTip.png index 8851b99b..6607ece6 100644 Binary files a/help/en_US/scilab_en_US_help/ScilabTip.png and b/help/en_US/scilab_en_US_help/ScilabTip.png differ diff --git a/help/en_US/scilab_en_US_help/ScilabWarning.png b/help/en_US/scilab_en_US_help/ScilabWarning.png index a9e4ff39..231159a5 100644 Binary files a/help/en_US/scilab_en_US_help/ScilabWarning.png and b/help/en_US/scilab_en_US_help/ScilabWarning.png differ diff --git a/help/en_US/scilab_en_US_help/index.html b/help/en_US/scilab_en_US_help/index.html index 977ca182..83e3712e 100644 --- a/help/en_US/scilab_en_US_help/index.html +++ b/help/en_US/scilab_en_US_help/index.html @@ -31,7 +31,7 @@

      Scilab 2 C Converter

        -
      • Scilab 2 C Converter +
      • Scilab 2 C Converter
        • AVRADCSetupFunction to initialise ADC of AVR
        • diff --git a/help/en_US/scilab_en_US_help/jhelpmap.jhm b/help/en_US/scilab_en_US_help/jhelpmap.jhm index d0422399..a2225c6e 100644 --- a/help/en_US/scilab_en_US_help/jhelpmap.jhm +++ b/help/en_US/scilab_en_US_help/jhelpmap.jhm @@ -2,7 +2,7 @@ - + diff --git a/help/en_US/scilab_en_US_help/jhelptoc.xml b/help/en_US/scilab_en_US_help/jhelptoc.xml index 103425f7..7c20d44f 100644 --- a/help/en_US/scilab_en_US_help/jhelptoc.xml +++ b/help/en_US/scilab_en_US_help/jhelptoc.xml @@ -2,7 +2,7 @@ - + diff --git a/help/en_US/scilab_en_US_help/section_4d177ceb9ae128b1850140a7901a140a.html b/help/en_US/scilab_en_US_help/section_4d177ceb9ae128b1850140a7901a140a.html new file mode 100644 index 00000000..647ce7ce --- /dev/null +++ b/help/en_US/scilab_en_US_help/section_4d177ceb9ae128b1850140a7901a140a.html @@ -0,0 +1,259 @@ + + + + + + +
          + + + + +
          + + + Scilab 2 C Converter + + + +
          +
          +
          + + + + Scilab 2 C Converter >> Scilab 2 C Converter + +

          +

          Scilab 2 C Converter

          +
          • AVRADCSetupFunction to initialise ADC of AVR
          • + + + + + +
          • AVRDigitalInFunction to get state (high\low) of a digital input pin on AVR
          • + + + + + +
          • AVRDigitalOutFunction to change state (high\low) of a digital output pin on AVR
          • + + + + + +
          • AVRDigitalPortSetupFunction to decide direction of port on AVR
          • + + + + + +
          • AVRDigitalSetupFunction to decide direction of a digital pin on AVR
          • + + + + + +
          • AVRGetTimerValueFunction to get timer count
          • + + + + + +
          • AVRPWM0SetDutyFunction to Set Duty cycle of PWM Output generated by Timer0 at OC0 pin.
          • + + + + + +
          • AVRPWM0SetupFunction to Setup OC0 pin for required PWM mode
          • + + + + + +
          • AVRPWM1SetDutyFunction to Set Duty cycle of PWM Output generated by Timer1 at OC1A or OC1B pin.
          • + + + + + +
          • AVRPWM1SetupFunction to Setup OC1A or OC1B pin for required PWM mode
          • + + + + + +
          • AVRPWM2SetDutyFunction to Set Duty cycle of PWM Output generated by Timer2 at OC2 pin.
          • + + + + + +
          • AVRPWM2SetupFunction to Setup OC2 pin for required PWM mode
          • + + + + + +
          • AVRReadADCFunction to get voltage on analog pin on AVR
          • + + + + + +
          • AVRSleepFunction to pause the execution for the given time.
          • + + + + + +
          • AVRTimerSetupFunction to setup Timers in ATmega16
          • + + + + + +
          • AVRUARTReceiveFunction to Receive Char value send to ATmega16 using UART or USART.
          • + + + + + +
          • AVRUARTSetupFunction to Setup Serial Communication i.e UART or USART in ATmega16.
          • + + + + + +
          • AVRUARTTransmitFunction to Transmit data using UART or USART.
          • + + + + + +
          • CV_AdaptiveThresholdfunction to adaptively threshold input image
          • + + + + + +
          • CV_Blurfunction to blur image using normalised box filter
          • + + + + + +
          • CV_CannyFinds edges in image using Canny algorithm
          • + + + + + +
          • CV_CornerHarrisFinds edges in image using Harris algorithm
          • + + + + + +
          • CV_CreateImagefunction to create an image object of given size and type
          • + + + + + +
          • CV_CvtColorfunction to convert image from one colorspace to other colorspace
          • + + + + + +
          • CV_Dilatedilates an image by using a specific structuring element.
          • + + + + + +
          • CV_DistanceTransformfunction to calculate distance to closest zero pixels for each pixel
          • + + + + + +
          • CV_ErodeErodes an image by using a specific structuring element.
          • + + + + + +
          • CV_GaussianBlurfunction to blur image using gaussian filter
          • + + + + + +
          • CV_GetImgSizefunction to get size of the image (width*height)
          • + + + + + +
          • CV_LoadImagefunction to load an image object from given filename
          • + + + + + +
          • CV_MedianBlurfunction to blur image using median filter
          • + + + + + +
          • CV_SaveImagefunction to save an image object as a given filename
          • + + + + + +
          • CV_ShowImagefunction to show an image
          • + + + + + +
          • CV_Thresholdfunction to threshold input image
          • + + + + + +
          • CV_WaitKeyfunction similar to cvWaitKey
          +
          + +
          + + + + + + +
          Report an issue
          + + + Scilab 2 C Converter + + + +
          +
          +
          + + -- cgit From c2e305c3b82ed944d57402dd515b3d5839a31980 Mon Sep 17 00:00:00 2001 From: Ankitr19 Date: Wed, 5 Jul 2017 10:58:56 +0530 Subject: error due to strcspn removed --- help/en_US/scilab_en_US_help/AVRADCSetup.html | 10 +- help/en_US/scilab_en_US_help/AVRDigitalIn.html | 6 +- help/en_US/scilab_en_US_help/AVRDigitalOut.html | 6 +- .../scilab_en_US_help/AVRDigitalPortSetup.html | 6 +- help/en_US/scilab_en_US_help/AVRDigitalSetup.html | 6 +- help/en_US/scilab_en_US_help/AVRGetTimerValue.html | 6 +- help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html | 6 +- help/en_US/scilab_en_US_help/AVRPWM0Setup.html | 6 +- help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html | 6 +- help/en_US/scilab_en_US_help/AVRPWM1Setup.html | 6 +- help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html | 6 +- help/en_US/scilab_en_US_help/AVRPWM2Setup.html | 6 +- help/en_US/scilab_en_US_help/AVRReadADC.html | 6 +- help/en_US/scilab_en_US_help/AVRSleep.html | 6 +- help/en_US/scilab_en_US_help/AVRTimerSetup.html | 6 +- help/en_US/scilab_en_US_help/AVRUARTReceive.html | 6 +- help/en_US/scilab_en_US_help/AVRUARTSetup.html | 6 +- help/en_US/scilab_en_US_help/AVRUARTTransmit.html | 6 +- .../scilab_en_US_help/CV_AdaptiveThreshold.html | 6 +- help/en_US/scilab_en_US_help/CV_Blur.html | 6 +- help/en_US/scilab_en_US_help/CV_Canny.html | 6 +- help/en_US/scilab_en_US_help/CV_CornerHarris.html | 6 +- help/en_US/scilab_en_US_help/CV_CreateImage.html | 6 +- help/en_US/scilab_en_US_help/CV_CvtColor.html | 6 +- help/en_US/scilab_en_US_help/CV_Dilate.html | 6 +- .../scilab_en_US_help/CV_DistanceTransform.html | 6 +- help/en_US/scilab_en_US_help/CV_Erode.html | 6 +- help/en_US/scilab_en_US_help/CV_GaussianBlur.html | 6 +- help/en_US/scilab_en_US_help/CV_GetImgSize.html | 6 +- help/en_US/scilab_en_US_help/CV_LoadImage.html | 6 +- help/en_US/scilab_en_US_help/CV_MedianBlur.html | 6 +- help/en_US/scilab_en_US_help/CV_SaveImage.html | 6 +- help/en_US/scilab_en_US_help/CV_ShowImage.html | 6 +- help/en_US/scilab_en_US_help/CV_Threshold.html | 6 +- help/en_US/scilab_en_US_help/CV_WaitKey.html | 6 +- help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS | Bin 2921 -> 2964 bytes .../scilab_en_US_help/JavaHelpSearch/DOCS.TAB | 3 +- .../en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS | Bin 133 -> 133 bytes .../scilab_en_US_help/JavaHelpSearch/POSITIONS | Bin 12644 -> 13311 bytes help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA | 2 +- help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP | Bin 10240 -> 10240 bytes help/en_US/scilab_en_US_help/index.html | 2 +- help/en_US/scilab_en_US_help/jhelpmap.jhm | 2 +- help/en_US/scilab_en_US_help/jhelptoc.xml | 2 +- .../section_c4a64b600f61b91c1ebf30f1b892cb10.html | 259 +++++++++++++++++++++ 45 files changed, 372 insertions(+), 112 deletions(-) create mode 100644 help/en_US/scilab_en_US_help/section_c4a64b600f61b91c1ebf30f1b892cb10.html (limited to 'help/en_US/scilab_en_US_help') diff --git a/help/en_US/scilab_en_US_help/AVRADCSetup.html b/help/en_US/scilab_en_US_help/AVRADCSetup.html index 19d393b6..54d6a642 100644 --- a/help/en_US/scilab_en_US_help/AVRADCSetup.html +++ b/help/en_US/scilab_en_US_help/AVRADCSetup.html @@ -12,11 +12,11 @@
          - << Scilab 2 C Converter + << Scilab 2 C Converter - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRADCSetup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRADCSetup

          AVRADCSetup

          @@ -70,11 +70,11 @@
          Report an issue
          - << Scilab 2 C Converter + << Scilab 2 C Converter - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRDigitalIn.html b/help/en_US/scilab_en_US_help/AVRDigitalIn.html index 40592ccd..a1f6eb0d 100644 --- a/help/en_US/scilab_en_US_help/AVRDigitalIn.html +++ b/help/en_US/scilab_en_US_help/AVRDigitalIn.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalIn + Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalIn

          AVRDigitalIn

          @@ -74,7 +74,7 @@ for providing support for generating C code for AVR.

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRDigitalOut.html b/help/en_US/scilab_en_US_help/AVRDigitalOut.html index ba1f71d1..0219f8cc 100644 --- a/help/en_US/scilab_en_US_help/AVRDigitalOut.html +++ b/help/en_US/scilab_en_US_help/AVRDigitalOut.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalOut + Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalOut

          AVRDigitalOut

          @@ -77,7 +77,7 @@ for providing support for generating C code for AVR.

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html b/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html index 6ff374c9..a5b8c2d3 100644 --- a/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html +++ b/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalPortSetup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalPortSetup

          AVRDigitalPortSetup

          @@ -75,7 +75,7 @@ for providing support for generating C code for AVR.

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRDigitalSetup.html b/help/en_US/scilab_en_US_help/AVRDigitalSetup.html index 64142d3b..b2048ad1 100644 --- a/help/en_US/scilab_en_US_help/AVRDigitalSetup.html +++ b/help/en_US/scilab_en_US_help/AVRDigitalSetup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalSetup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalSetup

          AVRDigitalSetup

          @@ -77,7 +77,7 @@ for providing support for generating C code for AVR.

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRGetTimerValue.html b/help/en_US/scilab_en_US_help/AVRGetTimerValue.html index ae75314c..1ca3642a 100644 --- a/help/en_US/scilab_en_US_help/AVRGetTimerValue.html +++ b/help/en_US/scilab_en_US_help/AVRGetTimerValue.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRGetTimerValue + Scilab 2 C Converter >> Scilab 2 C Converter > AVRGetTimerValue

          AVRGetTimerValue

          @@ -69,7 +69,7 @@ for providing support for generating C code for AVR.

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html b/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html index d8a29b07..5657473f 100644 --- a/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html +++ b/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM0SetDuty + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM0SetDuty

          AVRPWM0SetDuty

          @@ -66,7 +66,7 @@ from 0V-5V.In this function by varying the duty cycle, varying voltage can be pr
          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRPWM0Setup.html b/help/en_US/scilab_en_US_help/AVRPWM0Setup.html index 45306664..23432020 100644 --- a/help/en_US/scilab_en_US_help/AVRPWM0Setup.html +++ b/help/en_US/scilab_en_US_help/AVRPWM0Setup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM0Setup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM0Setup

          AVRPWM0Setup

          @@ -84,7 +84,7 @@ for providing support for generating C code for AVR.

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html b/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html index 44649890..3a5adda5 100644 --- a/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html +++ b/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM1SetDuty + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM1SetDuty

          AVRPWM1SetDuty

          @@ -69,7 +69,7 @@ AVRPWM1SetDuty(0,50,40000); //This function will produce PWM signal of 50% duty
          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRPWM1Setup.html b/help/en_US/scilab_en_US_help/AVRPWM1Setup.html index dc8169af..94e39295 100644 --- a/help/en_US/scilab_en_US_help/AVRPWM1Setup.html +++ b/help/en_US/scilab_en_US_help/AVRPWM1Setup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM1Setup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM1Setup

          AVRPWM1Setup

          @@ -86,7 +86,7 @@ on compare match.Also as defined the output will be produced at
          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html b/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html index be0c2251..ade4fa22 100644 --- a/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html +++ b/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM2SetDuty + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM2SetDuty

          AVRPWM2SetDuty

          @@ -67,7 +67,7 @@ AVRPWM2SetDuty(0); //Produces 0V at OC2 pin

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRPWM2Setup.html b/help/en_US/scilab_en_US_help/AVRPWM2Setup.html index b6f116d8..139693a4 100644 --- a/help/en_US/scilab_en_US_help/AVRPWM2Setup.html +++ b/help/en_US/scilab_en_US_help/AVRPWM2Setup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM2Setup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM2Setup

          AVRPWM2Setup

          @@ -83,7 +83,7 @@ compare match

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRReadADC.html b/help/en_US/scilab_en_US_help/AVRReadADC.html index 5d009c98..47488b0a 100644 --- a/help/en_US/scilab_en_US_help/AVRReadADC.html +++ b/help/en_US/scilab_en_US_help/AVRReadADC.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRReadADC + Scilab 2 C Converter >> Scilab 2 C Converter > AVRReadADC

          AVRReadADC

          @@ -70,7 +70,7 @@ for providing support for generating C code for AVR.

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRSleep.html b/help/en_US/scilab_en_US_help/AVRSleep.html index 09372499..b491c96d 100644 --- a/help/en_US/scilab_en_US_help/AVRSleep.html +++ b/help/en_US/scilab_en_US_help/AVRSleep.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRSleep + Scilab 2 C Converter >> Scilab 2 C Converter > AVRSleep

          AVRSleep

          @@ -61,7 +61,7 @@ for providing support for generating C code for AVR.

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRTimerSetup.html b/help/en_US/scilab_en_US_help/AVRTimerSetup.html index 6c78ecce..a8150938 100644 --- a/help/en_US/scilab_en_US_help/AVRTimerSetup.html +++ b/help/en_US/scilab_en_US_help/AVRTimerSetup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRTimerSetup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRTimerSetup

          AVRTimerSetup

          @@ -52,7 +52,7 @@
          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRUARTReceive.html b/help/en_US/scilab_en_US_help/AVRUARTReceive.html index 6c7347d3..47e683a8 100644 --- a/help/en_US/scilab_en_US_help/AVRUARTReceive.html +++ b/help/en_US/scilab_en_US_help/AVRUARTReceive.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTReceive + Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTReceive

          AVRUARTReceive

          @@ -63,7 +63,7 @@ for providing support for generating C code for AVR.

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRUARTSetup.html b/help/en_US/scilab_en_US_help/AVRUARTSetup.html index 6b3c98ac..c8adca49 100644 --- a/help/en_US/scilab_en_US_help/AVRUARTSetup.html +++ b/help/en_US/scilab_en_US_help/AVRUARTSetup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTSetup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTSetup

          AVRUARTSetup

          @@ -82,7 +82,7 @@ for providing support for generating C code for AVR.

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRUARTTransmit.html b/help/en_US/scilab_en_US_help/AVRUARTTransmit.html index 02baa9ab..36ce625e 100644 --- a/help/en_US/scilab_en_US_help/AVRUARTTransmit.html +++ b/help/en_US/scilab_en_US_help/AVRUARTTransmit.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTTransmit + Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTTransmit

          AVRUARTTransmit

          @@ -63,7 +63,7 @@ for providing support for generating C code for AVR.

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html b/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html index c2273ae4..b3e5a63c 100644 --- a/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html +++ b/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_AdaptiveThreshold + Scilab 2 C Converter >> Scilab 2 C Converter > CV_AdaptiveThreshold

          CV_AdaptiveThreshold

          @@ -80,7 +80,7 @@ for providing support for generating C code for OpenCV

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_Blur.html b/help/en_US/scilab_en_US_help/CV_Blur.html index 78ced0cf..1dbcc5bb 100644 --- a/help/en_US/scilab_en_US_help/CV_Blur.html +++ b/help/en_US/scilab_en_US_help/CV_Blur.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Blur + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Blur

          CV_Blur

          @@ -82,7 +82,7 @@ for providing support for generating C code for OpenCV

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_Canny.html b/help/en_US/scilab_en_US_help/CV_Canny.html index 2efbc71a..dbf3ffc6 100644 --- a/help/en_US/scilab_en_US_help/CV_Canny.html +++ b/help/en_US/scilab_en_US_help/CV_Canny.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Canny + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Canny

          CV_Canny

          @@ -81,7 +81,7 @@ for providing support for generating C code for OpenCV

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_CornerHarris.html b/help/en_US/scilab_en_US_help/CV_CornerHarris.html index 72cd4171..453169f2 100644 --- a/help/en_US/scilab_en_US_help/CV_CornerHarris.html +++ b/help/en_US/scilab_en_US_help/CV_CornerHarris.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_CornerHarris + Scilab 2 C Converter >> Scilab 2 C Converter > CV_CornerHarris

          CV_CornerHarris

          @@ -84,7 +84,7 @@ for providing support for generating C code for OpenCV

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_CreateImage.html b/help/en_US/scilab_en_US_help/CV_CreateImage.html index 0c28a03d..6e27eebd 100644 --- a/help/en_US/scilab_en_US_help/CV_CreateImage.html +++ b/help/en_US/scilab_en_US_help/CV_CreateImage.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_CreateImage + Scilab 2 C Converter >> Scilab 2 C Converter > CV_CreateImage

          CV_CreateImage

          @@ -71,7 +71,7 @@
          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_CvtColor.html b/help/en_US/scilab_en_US_help/CV_CvtColor.html index ce03acf5..43c27c9c 100644 --- a/help/en_US/scilab_en_US_help/CV_CvtColor.html +++ b/help/en_US/scilab_en_US_help/CV_CvtColor.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_CvtColor + Scilab 2 C Converter >> Scilab 2 C Converter > CV_CvtColor

          CV_CvtColor

          @@ -76,7 +76,7 @@ for providing support for generating C code for OpenCV

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_Dilate.html b/help/en_US/scilab_en_US_help/CV_Dilate.html index a4956766..f93f7ce2 100644 --- a/help/en_US/scilab_en_US_help/CV_Dilate.html +++ b/help/en_US/scilab_en_US_help/CV_Dilate.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Dilate + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Dilate

          CV_Dilate

          @@ -85,7 +85,7 @@ for providing support for generating C code for OpenCV

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_DistanceTransform.html b/help/en_US/scilab_en_US_help/CV_DistanceTransform.html index fd2d7d70..584fe1d3 100644 --- a/help/en_US/scilab_en_US_help/CV_DistanceTransform.html +++ b/help/en_US/scilab_en_US_help/CV_DistanceTransform.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_DistanceTransform + Scilab 2 C Converter >> Scilab 2 C Converter > CV_DistanceTransform

          CV_DistanceTransform

          @@ -73,7 +73,7 @@ for providing support for generating C code for OpenCV

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_Erode.html b/help/en_US/scilab_en_US_help/CV_Erode.html index fe863700..921f2f95 100644 --- a/help/en_US/scilab_en_US_help/CV_Erode.html +++ b/help/en_US/scilab_en_US_help/CV_Erode.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Erode + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Erode

          CV_Erode

          @@ -85,7 +85,7 @@ for providing support for generating C code for OpenCV

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_GaussianBlur.html b/help/en_US/scilab_en_US_help/CV_GaussianBlur.html index e6ed4e62..a5de7981 100644 --- a/help/en_US/scilab_en_US_help/CV_GaussianBlur.html +++ b/help/en_US/scilab_en_US_help/CV_GaussianBlur.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_GaussianBlur + Scilab 2 C Converter >> Scilab 2 C Converter > CV_GaussianBlur

          CV_GaussianBlur

          @@ -84,7 +84,7 @@ for providing support for generating C code for OpenCV

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_GetImgSize.html b/help/en_US/scilab_en_US_help/CV_GetImgSize.html index 21ec770f..4d610c34 100644 --- a/help/en_US/scilab_en_US_help/CV_GetImgSize.html +++ b/help/en_US/scilab_en_US_help/CV_GetImgSize.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_GetImgSize + Scilab 2 C Converter >> Scilab 2 C Converter > CV_GetImgSize

          CV_GetImgSize

          @@ -70,7 +70,7 @@ for providing support for generating C code for OpenCV

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_LoadImage.html b/help/en_US/scilab_en_US_help/CV_LoadImage.html index f18261a2..1d4a81b4 100644 --- a/help/en_US/scilab_en_US_help/CV_LoadImage.html +++ b/help/en_US/scilab_en_US_help/CV_LoadImage.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_LoadImage + Scilab 2 C Converter >> Scilab 2 C Converter > CV_LoadImage

          CV_LoadImage

          @@ -74,7 +74,7 @@ for providing support for generating C code for OpenCV

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_MedianBlur.html b/help/en_US/scilab_en_US_help/CV_MedianBlur.html index 7821e2a4..276055bb 100644 --- a/help/en_US/scilab_en_US_help/CV_MedianBlur.html +++ b/help/en_US/scilab_en_US_help/CV_MedianBlur.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_MedianBlur + Scilab 2 C Converter >> Scilab 2 C Converter > CV_MedianBlur

          CV_MedianBlur

          @@ -72,7 +72,7 @@ for providing support for generating C code for OpenCV

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_SaveImage.html b/help/en_US/scilab_en_US_help/CV_SaveImage.html index 94da92e4..02336d28 100644 --- a/help/en_US/scilab_en_US_help/CV_SaveImage.html +++ b/help/en_US/scilab_en_US_help/CV_SaveImage.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_SaveImage + Scilab 2 C Converter >> Scilab 2 C Converter > CV_SaveImage

          CV_SaveImage

          @@ -72,7 +72,7 @@ for providing support for generating C code for OpenCV

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_ShowImage.html b/help/en_US/scilab_en_US_help/CV_ShowImage.html index fe6c088c..3fa3cb90 100644 --- a/help/en_US/scilab_en_US_help/CV_ShowImage.html +++ b/help/en_US/scilab_en_US_help/CV_ShowImage.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_ShowImage + Scilab 2 C Converter >> Scilab 2 C Converter > CV_ShowImage

          CV_ShowImage

          @@ -72,7 +72,7 @@ for providing support for generating C code for OpenCV

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_Threshold.html b/help/en_US/scilab_en_US_help/CV_Threshold.html index 90f6f96f..ae0ad860 100644 --- a/help/en_US/scilab_en_US_help/CV_Threshold.html +++ b/help/en_US/scilab_en_US_help/CV_Threshold.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Threshold + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Threshold

          CV_Threshold

          @@ -76,7 +76,7 @@ for providing support for generating C code for OpenCV

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_WaitKey.html b/help/en_US/scilab_en_US_help/CV_WaitKey.html index d81650a9..42dc813d 100644 --- a/help/en_US/scilab_en_US_help/CV_WaitKey.html +++ b/help/en_US/scilab_en_US_help/CV_WaitKey.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -28,7 +28,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_WaitKey + Scilab 2 C Converter >> Scilab 2 C Converter > CV_WaitKey

          CV_WaitKey

          @@ -70,7 +70,7 @@ for providing support for generating C code for OpenCV

          - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS index 7aa98ed1..adfdf403 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB index ec5d02fd..70fdaa9a 100644 --- a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB +++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB @@ -1 +1,2 @@ -euuu4__uu}_u@Xr uVv`T`Z2 ZZe~QiqQj]Xh^]V`TpXd!QiZl`^WVVl]^\rQ(rpQ!Jdu00qʡFQJ\`W čr*/K8 +*0 0*ت⪪9,*20K2/` \ No newline at end of file +e____w_}_u]]u0_uu8reUt.4tV(ss8HHtHhP(*a!(tJ74$Rq|FEц9AAGJ(j* +5*74 ˨.r]jviXdUw]v\hZڗiYYZVWW(ª04/0:ҙ+J.0Ҍ(ޢ¼ڊ2꾫 K0 /` \ No newline at end of file diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS index db02be4d..6825d91a 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS index 89dfc42b..e759693c 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA index 03cfc0b7..a427273e 100644 --- a/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA +++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA @@ -1,2 +1,2 @@ JavaSearch 1.0 -TMAP bs=2048 rt=1 fl=-1 id1=730 id2=1 +TMAP bs=2048 rt=1 fl=-1 id1=731 id2=1 diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP index f19ac947..61c50b43 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP and b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP differ diff --git a/help/en_US/scilab_en_US_help/index.html b/help/en_US/scilab_en_US_help/index.html index 83e3712e..55a9600a 100644 --- a/help/en_US/scilab_en_US_help/index.html +++ b/help/en_US/scilab_en_US_help/index.html @@ -31,7 +31,7 @@

          Scilab 2 C Converter

            -
          • Scilab 2 C Converter +
          • Scilab 2 C Converter
            • AVRADCSetupFunction to initialise ADC of AVR
            • diff --git a/help/en_US/scilab_en_US_help/jhelpmap.jhm b/help/en_US/scilab_en_US_help/jhelpmap.jhm index a2225c6e..2466fe3a 100644 --- a/help/en_US/scilab_en_US_help/jhelpmap.jhm +++ b/help/en_US/scilab_en_US_help/jhelpmap.jhm @@ -2,7 +2,7 @@ - + diff --git a/help/en_US/scilab_en_US_help/jhelptoc.xml b/help/en_US/scilab_en_US_help/jhelptoc.xml index 7c20d44f..912cae24 100644 --- a/help/en_US/scilab_en_US_help/jhelptoc.xml +++ b/help/en_US/scilab_en_US_help/jhelptoc.xml @@ -2,7 +2,7 @@ - + diff --git a/help/en_US/scilab_en_US_help/section_c4a64b600f61b91c1ebf30f1b892cb10.html b/help/en_US/scilab_en_US_help/section_c4a64b600f61b91c1ebf30f1b892cb10.html new file mode 100644 index 00000000..647ce7ce --- /dev/null +++ b/help/en_US/scilab_en_US_help/section_c4a64b600f61b91c1ebf30f1b892cb10.html @@ -0,0 +1,259 @@ + + + + + + +
              + + + + +
              + + + Scilab 2 C Converter + + + +
              +
              +
              + + + + Scilab 2 C Converter >> Scilab 2 C Converter + +

              +

              Scilab 2 C Converter

              +
              • AVRADCSetupFunction to initialise ADC of AVR
              • + + + + + +
              • AVRDigitalInFunction to get state (high\low) of a digital input pin on AVR
              • + + + + + +
              • AVRDigitalOutFunction to change state (high\low) of a digital output pin on AVR
              • + + + + + +
              • AVRDigitalPortSetupFunction to decide direction of port on AVR
              • + + + + + +
              • AVRDigitalSetupFunction to decide direction of a digital pin on AVR
              • + + + + + +
              • AVRGetTimerValueFunction to get timer count
              • + + + + + +
              • AVRPWM0SetDutyFunction to Set Duty cycle of PWM Output generated by Timer0 at OC0 pin.
              • + + + + + +
              • AVRPWM0SetupFunction to Setup OC0 pin for required PWM mode
              • + + + + + +
              • AVRPWM1SetDutyFunction to Set Duty cycle of PWM Output generated by Timer1 at OC1A or OC1B pin.
              • + + + + + +
              • AVRPWM1SetupFunction to Setup OC1A or OC1B pin for required PWM mode
              • + + + + + +
              • AVRPWM2SetDutyFunction to Set Duty cycle of PWM Output generated by Timer2 at OC2 pin.
              • + + + + + +
              • AVRPWM2SetupFunction to Setup OC2 pin for required PWM mode
              • + + + + + +
              • AVRReadADCFunction to get voltage on analog pin on AVR
              • + + + + + +
              • AVRSleepFunction to pause the execution for the given time.
              • + + + + + +
              • AVRTimerSetupFunction to setup Timers in ATmega16
              • + + + + + +
              • AVRUARTReceiveFunction to Receive Char value send to ATmega16 using UART or USART.
              • + + + + + +
              • AVRUARTSetupFunction to Setup Serial Communication i.e UART or USART in ATmega16.
              • + + + + + +
              • AVRUARTTransmitFunction to Transmit data using UART or USART.
              • + + + + + +
              • CV_AdaptiveThresholdfunction to adaptively threshold input image
              • + + + + + +
              • CV_Blurfunction to blur image using normalised box filter
              • + + + + + +
              • CV_CannyFinds edges in image using Canny algorithm
              • + + + + + +
              • CV_CornerHarrisFinds edges in image using Harris algorithm
              • + + + + + +
              • CV_CreateImagefunction to create an image object of given size and type
              • + + + + + +
              • CV_CvtColorfunction to convert image from one colorspace to other colorspace
              • + + + + + +
              • CV_Dilatedilates an image by using a specific structuring element.
              • + + + + + +
              • CV_DistanceTransformfunction to calculate distance to closest zero pixels for each pixel
              • + + + + + +
              • CV_ErodeErodes an image by using a specific structuring element.
              • + + + + + +
              • CV_GaussianBlurfunction to blur image using gaussian filter
              • + + + + + +
              • CV_GetImgSizefunction to get size of the image (width*height)
              • + + + + + +
              • CV_LoadImagefunction to load an image object from given filename
              • + + + + + +
              • CV_MedianBlurfunction to blur image using median filter
              • + + + + + +
              • CV_SaveImagefunction to save an image object as a given filename
              • + + + + + +
              • CV_ShowImagefunction to show an image
              • + + + + + +
              • CV_Thresholdfunction to threshold input image
              • + + + + + +
              • CV_WaitKeyfunction similar to cvWaitKey
              +
              + +
              + + + + + + +
              Report an issue
              + + + Scilab 2 C Converter + + + +
              +
              +
              + + -- cgit From 805cf7deead5a6e46acbb481259e82d5295d10f7 Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Wed, 5 Jul 2017 22:45:06 +0530 Subject: added isrow --- help/en_US/scilab_en_US_help/AVRADCSetup.html | 10 +- help/en_US/scilab_en_US_help/AVRDigitalIn.html | 6 +- help/en_US/scilab_en_US_help/AVRDigitalOut.html | 6 +- .../scilab_en_US_help/AVRDigitalPortSetup.html | 6 +- help/en_US/scilab_en_US_help/AVRDigitalSetup.html | 6 +- help/en_US/scilab_en_US_help/AVRGetTimerValue.html | 6 +- help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html | 6 +- help/en_US/scilab_en_US_help/AVRPWM0Setup.html | 6 +- help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html | 6 +- help/en_US/scilab_en_US_help/AVRPWM1Setup.html | 6 +- help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html | 6 +- help/en_US/scilab_en_US_help/AVRPWM2Setup.html | 6 +- help/en_US/scilab_en_US_help/AVRReadADC.html | 6 +- help/en_US/scilab_en_US_help/AVRSleep.html | 6 +- help/en_US/scilab_en_US_help/AVRTimerSetup.html | 6 +- help/en_US/scilab_en_US_help/AVRUARTReceive.html | 6 +- help/en_US/scilab_en_US_help/AVRUARTSetup.html | 6 +- help/en_US/scilab_en_US_help/AVRUARTTransmit.html | 6 +- .../scilab_en_US_help/CV_AdaptiveThreshold.html | 6 +- help/en_US/scilab_en_US_help/CV_Blur.html | 6 +- help/en_US/scilab_en_US_help/CV_Canny.html | 6 +- help/en_US/scilab_en_US_help/CV_CornerHarris.html | 6 +- help/en_US/scilab_en_US_help/CV_CreateImage.html | 6 +- help/en_US/scilab_en_US_help/CV_CvtColor.html | 6 +- help/en_US/scilab_en_US_help/CV_Dilate.html | 6 +- .../scilab_en_US_help/CV_DistanceTransform.html | 6 +- help/en_US/scilab_en_US_help/CV_Erode.html | 6 +- help/en_US/scilab_en_US_help/CV_GaussianBlur.html | 6 +- help/en_US/scilab_en_US_help/CV_GetImgSize.html | 6 +- help/en_US/scilab_en_US_help/CV_LoadImage.html | 6 +- help/en_US/scilab_en_US_help/CV_MedianBlur.html | 6 +- help/en_US/scilab_en_US_help/CV_SaveImage.html | 6 +- help/en_US/scilab_en_US_help/CV_ShowImage.html | 6 +- help/en_US/scilab_en_US_help/CV_Threshold.html | 6 +- help/en_US/scilab_en_US_help/CV_WaitKey.html | 6 +- help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS | Bin 2964 -> 3051 bytes .../scilab_en_US_help/JavaHelpSearch/DOCS.TAB | 4 +- .../en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS | Bin 133 -> 141 bytes .../scilab_en_US_help/JavaHelpSearch/POSITIONS | Bin 13311 -> 13906 bytes help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA | 2 +- help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP | Bin 10240 -> 10240 bytes help/en_US/scilab_en_US_help/index.html | 2 +- help/en_US/scilab_en_US_help/jhelpmap.jhm | 2 +- help/en_US/scilab_en_US_help/jhelptoc.xml | 2 +- .../section_de1a1188d71074f6718f9b3e65179365.html | 259 +++++++++++++++++++++ 45 files changed, 372 insertions(+), 113 deletions(-) create mode 100644 help/en_US/scilab_en_US_help/section_de1a1188d71074f6718f9b3e65179365.html (limited to 'help/en_US/scilab_en_US_help') diff --git a/help/en_US/scilab_en_US_help/AVRADCSetup.html b/help/en_US/scilab_en_US_help/AVRADCSetup.html index 54d6a642..7748709a 100644 --- a/help/en_US/scilab_en_US_help/AVRADCSetup.html +++ b/help/en_US/scilab_en_US_help/AVRADCSetup.html @@ -12,11 +12,11 @@
              - << Scilab 2 C Converter + << Scilab 2 C Converter - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRADCSetup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRADCSetup

              AVRADCSetup

              @@ -70,11 +70,11 @@
              Report an issue
              - << Scilab 2 C Converter + << Scilab 2 C Converter - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRDigitalIn.html b/help/en_US/scilab_en_US_help/AVRDigitalIn.html index a1f6eb0d..ec290c7b 100644 --- a/help/en_US/scilab_en_US_help/AVRDigitalIn.html +++ b/help/en_US/scilab_en_US_help/AVRDigitalIn.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalIn + Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalIn

              AVRDigitalIn

              @@ -74,7 +74,7 @@ for providing support for generating C code for AVR.

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRDigitalOut.html b/help/en_US/scilab_en_US_help/AVRDigitalOut.html index 0219f8cc..9d452d75 100644 --- a/help/en_US/scilab_en_US_help/AVRDigitalOut.html +++ b/help/en_US/scilab_en_US_help/AVRDigitalOut.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalOut + Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalOut

              AVRDigitalOut

              @@ -77,7 +77,7 @@ for providing support for generating C code for AVR.

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html b/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html index a5b8c2d3..df9c278b 100644 --- a/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html +++ b/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalPortSetup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalPortSetup

              AVRDigitalPortSetup

              @@ -75,7 +75,7 @@ for providing support for generating C code for AVR.

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRDigitalSetup.html b/help/en_US/scilab_en_US_help/AVRDigitalSetup.html index b2048ad1..711b54c6 100644 --- a/help/en_US/scilab_en_US_help/AVRDigitalSetup.html +++ b/help/en_US/scilab_en_US_help/AVRDigitalSetup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalSetup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalSetup

              AVRDigitalSetup

              @@ -77,7 +77,7 @@ for providing support for generating C code for AVR.

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRGetTimerValue.html b/help/en_US/scilab_en_US_help/AVRGetTimerValue.html index 1ca3642a..7d311318 100644 --- a/help/en_US/scilab_en_US_help/AVRGetTimerValue.html +++ b/help/en_US/scilab_en_US_help/AVRGetTimerValue.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRGetTimerValue + Scilab 2 C Converter >> Scilab 2 C Converter > AVRGetTimerValue

              AVRGetTimerValue

              @@ -69,7 +69,7 @@ for providing support for generating C code for AVR.

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html b/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html index 5657473f..b2b24a74 100644 --- a/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html +++ b/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM0SetDuty + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM0SetDuty

              AVRPWM0SetDuty

              @@ -66,7 +66,7 @@ from 0V-5V.In this function by varying the duty cycle, varying voltage can be pr
              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRPWM0Setup.html b/help/en_US/scilab_en_US_help/AVRPWM0Setup.html index 23432020..44b34e67 100644 --- a/help/en_US/scilab_en_US_help/AVRPWM0Setup.html +++ b/help/en_US/scilab_en_US_help/AVRPWM0Setup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM0Setup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM0Setup

              AVRPWM0Setup

              @@ -84,7 +84,7 @@ for providing support for generating C code for AVR.

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html b/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html index 3a5adda5..cd642958 100644 --- a/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html +++ b/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM1SetDuty + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM1SetDuty

              AVRPWM1SetDuty

              @@ -69,7 +69,7 @@ AVRPWM1SetDuty(0,50,40000); //This function will produce PWM signal of 50% duty
              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRPWM1Setup.html b/help/en_US/scilab_en_US_help/AVRPWM1Setup.html index 94e39295..4b048476 100644 --- a/help/en_US/scilab_en_US_help/AVRPWM1Setup.html +++ b/help/en_US/scilab_en_US_help/AVRPWM1Setup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM1Setup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM1Setup

              AVRPWM1Setup

              @@ -86,7 +86,7 @@ on compare match.Also as defined the output will be produced at
              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html b/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html index ade4fa22..c087753e 100644 --- a/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html +++ b/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM2SetDuty + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM2SetDuty

              AVRPWM2SetDuty

              @@ -67,7 +67,7 @@ AVRPWM2SetDuty(0); //Produces 0V at OC2 pin

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRPWM2Setup.html b/help/en_US/scilab_en_US_help/AVRPWM2Setup.html index 139693a4..8fed3de4 100644 --- a/help/en_US/scilab_en_US_help/AVRPWM2Setup.html +++ b/help/en_US/scilab_en_US_help/AVRPWM2Setup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM2Setup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM2Setup

              AVRPWM2Setup

              @@ -83,7 +83,7 @@ compare match

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRReadADC.html b/help/en_US/scilab_en_US_help/AVRReadADC.html index 47488b0a..4b2615e4 100644 --- a/help/en_US/scilab_en_US_help/AVRReadADC.html +++ b/help/en_US/scilab_en_US_help/AVRReadADC.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRReadADC + Scilab 2 C Converter >> Scilab 2 C Converter > AVRReadADC

              AVRReadADC

              @@ -70,7 +70,7 @@ for providing support for generating C code for AVR.

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRSleep.html b/help/en_US/scilab_en_US_help/AVRSleep.html index b491c96d..a534588a 100644 --- a/help/en_US/scilab_en_US_help/AVRSleep.html +++ b/help/en_US/scilab_en_US_help/AVRSleep.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRSleep + Scilab 2 C Converter >> Scilab 2 C Converter > AVRSleep

              AVRSleep

              @@ -61,7 +61,7 @@ for providing support for generating C code for AVR.

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRTimerSetup.html b/help/en_US/scilab_en_US_help/AVRTimerSetup.html index a8150938..7ba52981 100644 --- a/help/en_US/scilab_en_US_help/AVRTimerSetup.html +++ b/help/en_US/scilab_en_US_help/AVRTimerSetup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRTimerSetup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRTimerSetup

              AVRTimerSetup

              @@ -52,7 +52,7 @@
              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRUARTReceive.html b/help/en_US/scilab_en_US_help/AVRUARTReceive.html index 47e683a8..d1f47800 100644 --- a/help/en_US/scilab_en_US_help/AVRUARTReceive.html +++ b/help/en_US/scilab_en_US_help/AVRUARTReceive.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTReceive + Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTReceive

              AVRUARTReceive

              @@ -63,7 +63,7 @@ for providing support for generating C code for AVR.

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRUARTSetup.html b/help/en_US/scilab_en_US_help/AVRUARTSetup.html index c8adca49..de2a80d1 100644 --- a/help/en_US/scilab_en_US_help/AVRUARTSetup.html +++ b/help/en_US/scilab_en_US_help/AVRUARTSetup.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTSetup + Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTSetup

              AVRUARTSetup

              @@ -82,7 +82,7 @@ for providing support for generating C code for AVR.

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/AVRUARTTransmit.html b/help/en_US/scilab_en_US_help/AVRUARTTransmit.html index 36ce625e..d9276e05 100644 --- a/help/en_US/scilab_en_US_help/AVRUARTTransmit.html +++ b/help/en_US/scilab_en_US_help/AVRUARTTransmit.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTTransmit + Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTTransmit

              AVRUARTTransmit

              @@ -63,7 +63,7 @@ for providing support for generating C code for AVR.

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html b/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html index b3e5a63c..5baa6f42 100644 --- a/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html +++ b/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_AdaptiveThreshold + Scilab 2 C Converter >> Scilab 2 C Converter > CV_AdaptiveThreshold

              CV_AdaptiveThreshold

              @@ -80,7 +80,7 @@ for providing support for generating C code for OpenCV

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_Blur.html b/help/en_US/scilab_en_US_help/CV_Blur.html index 1dbcc5bb..e46551ac 100644 --- a/help/en_US/scilab_en_US_help/CV_Blur.html +++ b/help/en_US/scilab_en_US_help/CV_Blur.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Blur + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Blur

              CV_Blur

              @@ -82,7 +82,7 @@ for providing support for generating C code for OpenCV

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_Canny.html b/help/en_US/scilab_en_US_help/CV_Canny.html index dbf3ffc6..94edf795 100644 --- a/help/en_US/scilab_en_US_help/CV_Canny.html +++ b/help/en_US/scilab_en_US_help/CV_Canny.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Canny + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Canny

              CV_Canny

              @@ -81,7 +81,7 @@ for providing support for generating C code for OpenCV

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_CornerHarris.html b/help/en_US/scilab_en_US_help/CV_CornerHarris.html index 453169f2..20c23de5 100644 --- a/help/en_US/scilab_en_US_help/CV_CornerHarris.html +++ b/help/en_US/scilab_en_US_help/CV_CornerHarris.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_CornerHarris + Scilab 2 C Converter >> Scilab 2 C Converter > CV_CornerHarris

              CV_CornerHarris

              @@ -84,7 +84,7 @@ for providing support for generating C code for OpenCV

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_CreateImage.html b/help/en_US/scilab_en_US_help/CV_CreateImage.html index 6e27eebd..519c23d0 100644 --- a/help/en_US/scilab_en_US_help/CV_CreateImage.html +++ b/help/en_US/scilab_en_US_help/CV_CreateImage.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_CreateImage + Scilab 2 C Converter >> Scilab 2 C Converter > CV_CreateImage

              CV_CreateImage

              @@ -71,7 +71,7 @@
              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_CvtColor.html b/help/en_US/scilab_en_US_help/CV_CvtColor.html index 43c27c9c..5d4a48d7 100644 --- a/help/en_US/scilab_en_US_help/CV_CvtColor.html +++ b/help/en_US/scilab_en_US_help/CV_CvtColor.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_CvtColor + Scilab 2 C Converter >> Scilab 2 C Converter > CV_CvtColor

              CV_CvtColor

              @@ -76,7 +76,7 @@ for providing support for generating C code for OpenCV

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_Dilate.html b/help/en_US/scilab_en_US_help/CV_Dilate.html index f93f7ce2..34ebb874 100644 --- a/help/en_US/scilab_en_US_help/CV_Dilate.html +++ b/help/en_US/scilab_en_US_help/CV_Dilate.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Dilate + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Dilate

              CV_Dilate

              @@ -85,7 +85,7 @@ for providing support for generating C code for OpenCV

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_DistanceTransform.html b/help/en_US/scilab_en_US_help/CV_DistanceTransform.html index 584fe1d3..12c1876f 100644 --- a/help/en_US/scilab_en_US_help/CV_DistanceTransform.html +++ b/help/en_US/scilab_en_US_help/CV_DistanceTransform.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_DistanceTransform + Scilab 2 C Converter >> Scilab 2 C Converter > CV_DistanceTransform

              CV_DistanceTransform

              @@ -73,7 +73,7 @@ for providing support for generating C code for OpenCV

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_Erode.html b/help/en_US/scilab_en_US_help/CV_Erode.html index 921f2f95..fa428134 100644 --- a/help/en_US/scilab_en_US_help/CV_Erode.html +++ b/help/en_US/scilab_en_US_help/CV_Erode.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Erode + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Erode

              CV_Erode

              @@ -85,7 +85,7 @@ for providing support for generating C code for OpenCV

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_GaussianBlur.html b/help/en_US/scilab_en_US_help/CV_GaussianBlur.html index a5de7981..a0381241 100644 --- a/help/en_US/scilab_en_US_help/CV_GaussianBlur.html +++ b/help/en_US/scilab_en_US_help/CV_GaussianBlur.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_GaussianBlur + Scilab 2 C Converter >> Scilab 2 C Converter > CV_GaussianBlur

              CV_GaussianBlur

              @@ -84,7 +84,7 @@ for providing support for generating C code for OpenCV

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_GetImgSize.html b/help/en_US/scilab_en_US_help/CV_GetImgSize.html index 4d610c34..c86731d0 100644 --- a/help/en_US/scilab_en_US_help/CV_GetImgSize.html +++ b/help/en_US/scilab_en_US_help/CV_GetImgSize.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_GetImgSize + Scilab 2 C Converter >> Scilab 2 C Converter > CV_GetImgSize

              CV_GetImgSize

              @@ -70,7 +70,7 @@ for providing support for generating C code for OpenCV

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_LoadImage.html b/help/en_US/scilab_en_US_help/CV_LoadImage.html index 1d4a81b4..4b3e9076 100644 --- a/help/en_US/scilab_en_US_help/CV_LoadImage.html +++ b/help/en_US/scilab_en_US_help/CV_LoadImage.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_LoadImage + Scilab 2 C Converter >> Scilab 2 C Converter > CV_LoadImage

              CV_LoadImage

              @@ -74,7 +74,7 @@ for providing support for generating C code for OpenCV

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_MedianBlur.html b/help/en_US/scilab_en_US_help/CV_MedianBlur.html index 276055bb..5ac57737 100644 --- a/help/en_US/scilab_en_US_help/CV_MedianBlur.html +++ b/help/en_US/scilab_en_US_help/CV_MedianBlur.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_MedianBlur + Scilab 2 C Converter >> Scilab 2 C Converter > CV_MedianBlur

              CV_MedianBlur

              @@ -72,7 +72,7 @@ for providing support for generating C code for OpenCV

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_SaveImage.html b/help/en_US/scilab_en_US_help/CV_SaveImage.html index 02336d28..857588b4 100644 --- a/help/en_US/scilab_en_US_help/CV_SaveImage.html +++ b/help/en_US/scilab_en_US_help/CV_SaveImage.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_SaveImage + Scilab 2 C Converter >> Scilab 2 C Converter > CV_SaveImage

              CV_SaveImage

              @@ -72,7 +72,7 @@ for providing support for generating C code for OpenCV

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_ShowImage.html b/help/en_US/scilab_en_US_help/CV_ShowImage.html index 3fa3cb90..2c6172f0 100644 --- a/help/en_US/scilab_en_US_help/CV_ShowImage.html +++ b/help/en_US/scilab_en_US_help/CV_ShowImage.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_ShowImage + Scilab 2 C Converter >> Scilab 2 C Converter > CV_ShowImage

              CV_ShowImage

              @@ -72,7 +72,7 @@ for providing support for generating C code for OpenCV

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_Threshold.html b/help/en_US/scilab_en_US_help/CV_Threshold.html index ae0ad860..301d6375 100644 --- a/help/en_US/scilab_en_US_help/CV_Threshold.html +++ b/help/en_US/scilab_en_US_help/CV_Threshold.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -29,7 +29,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Threshold + Scilab 2 C Converter >> Scilab 2 C Converter > CV_Threshold

              CV_Threshold

              @@ -76,7 +76,7 @@ for providing support for generating C code for OpenCV

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/CV_WaitKey.html b/help/en_US/scilab_en_US_help/CV_WaitKey.html index 42dc813d..dd95582a 100644 --- a/help/en_US/scilab_en_US_help/CV_WaitKey.html +++ b/help/en_US/scilab_en_US_help/CV_WaitKey.html @@ -16,7 +16,7 @@ - Scilab 2 C Converter + Scilab 2 C Converter @@ -28,7 +28,7 @@ - Scilab 2 C Converter >> Scilab 2 C Converter > CV_WaitKey + Scilab 2 C Converter >> Scilab 2 C Converter > CV_WaitKey

              CV_WaitKey

              @@ -70,7 +70,7 @@ for providing support for generating C code for OpenCV

              - Scilab 2 C Converter + Scilab 2 C Converter diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS index adfdf403..6e12a853 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB index 70fdaa9a..42bb1b6c 100644 --- a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB +++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB @@ -1,2 +1,2 @@ -e____w_}_u]]u0_uu8reUt.4tV(ss8HHtHhP(*a!(tJ74$Rq|FEц9AAGJ(j* -5*74 ˨.r]jviXdUw]v\hZڗiYYZVWW(ª04/0:ҙ+J.0Ҍ(ޢ¼ڊ2꾫 K0 /` \ No newline at end of file +euuuuu}S __'_u-}__uuuXr F~|`\hX`["lZtX`_Em몥0Xnj1~ŮtLR!!**;LpHpJ.(X1ܼL/|2ơ*80̺. +Kh /BaR3*+0""8 00ʋ2̋K 0 \ No newline at end of file diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS index 6825d91a..9e0716f0 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS index e759693c..8abc6e39 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA index a427273e..94a57bbd 100644 --- a/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA +++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA @@ -1,2 +1,2 @@ JavaSearch 1.0 -TMAP bs=2048 rt=1 fl=-1 id1=731 id2=1 +TMAP bs=2048 rt=1 fl=-1 id1=732 id2=1 diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP index 61c50b43..b3190be2 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP and b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP differ diff --git a/help/en_US/scilab_en_US_help/index.html b/help/en_US/scilab_en_US_help/index.html index 55a9600a..6b3300f4 100644 --- a/help/en_US/scilab_en_US_help/index.html +++ b/help/en_US/scilab_en_US_help/index.html @@ -31,7 +31,7 @@

              Scilab 2 C Converter

                -
              • Scilab 2 C Converter +
              • Scilab 2 C Converter
                • AVRADCSetupFunction to initialise ADC of AVR
                • diff --git a/help/en_US/scilab_en_US_help/jhelpmap.jhm b/help/en_US/scilab_en_US_help/jhelpmap.jhm index 2466fe3a..1a6e035b 100644 --- a/help/en_US/scilab_en_US_help/jhelpmap.jhm +++ b/help/en_US/scilab_en_US_help/jhelpmap.jhm @@ -2,7 +2,7 @@ - + diff --git a/help/en_US/scilab_en_US_help/jhelptoc.xml b/help/en_US/scilab_en_US_help/jhelptoc.xml index 912cae24..ab8411b9 100644 --- a/help/en_US/scilab_en_US_help/jhelptoc.xml +++ b/help/en_US/scilab_en_US_help/jhelptoc.xml @@ -2,7 +2,7 @@ - + diff --git a/help/en_US/scilab_en_US_help/section_de1a1188d71074f6718f9b3e65179365.html b/help/en_US/scilab_en_US_help/section_de1a1188d71074f6718f9b3e65179365.html new file mode 100644 index 00000000..647ce7ce --- /dev/null +++ b/help/en_US/scilab_en_US_help/section_de1a1188d71074f6718f9b3e65179365.html @@ -0,0 +1,259 @@ + + + + + + +
                  + + + + +
                  + + + Scilab 2 C Converter + + + +
                  +
                  +
                  + + + + Scilab 2 C Converter >> Scilab 2 C Converter + +

                  +

                  Scilab 2 C Converter

                  +
                  • AVRADCSetupFunction to initialise ADC of AVR
                  • + + + + + +
                  • AVRDigitalInFunction to get state (high\low) of a digital input pin on AVR
                  • + + + + + +
                  • AVRDigitalOutFunction to change state (high\low) of a digital output pin on AVR
                  • + + + + + +
                  • AVRDigitalPortSetupFunction to decide direction of port on AVR
                  • + + + + + +
                  • AVRDigitalSetupFunction to decide direction of a digital pin on AVR
                  • + + + + + +
                  • AVRGetTimerValueFunction to get timer count
                  • + + + + + +
                  • AVRPWM0SetDutyFunction to Set Duty cycle of PWM Output generated by Timer0 at OC0 pin.
                  • + + + + + +
                  • AVRPWM0SetupFunction to Setup OC0 pin for required PWM mode
                  • + + + + + +
                  • AVRPWM1SetDutyFunction to Set Duty cycle of PWM Output generated by Timer1 at OC1A or OC1B pin.
                  • + + + + + +
                  • AVRPWM1SetupFunction to Setup OC1A or OC1B pin for required PWM mode
                  • + + + + + +
                  • AVRPWM2SetDutyFunction to Set Duty cycle of PWM Output generated by Timer2 at OC2 pin.
                  • + + + + + +
                  • AVRPWM2SetupFunction to Setup OC2 pin for required PWM mode
                  • + + + + + +
                  • AVRReadADCFunction to get voltage on analog pin on AVR
                  • + + + + + +
                  • AVRSleepFunction to pause the execution for the given time.
                  • + + + + + +
                  • AVRTimerSetupFunction to setup Timers in ATmega16
                  • + + + + + +
                  • AVRUARTReceiveFunction to Receive Char value send to ATmega16 using UART or USART.
                  • + + + + + +
                  • AVRUARTSetupFunction to Setup Serial Communication i.e UART or USART in ATmega16.
                  • + + + + + +
                  • AVRUARTTransmitFunction to Transmit data using UART or USART.
                  • + + + + + +
                  • CV_AdaptiveThresholdfunction to adaptively threshold input image
                  • + + + + + +
                  • CV_Blurfunction to blur image using normalised box filter
                  • + + + + + +
                  • CV_CannyFinds edges in image using Canny algorithm
                  • + + + + + +
                  • CV_CornerHarrisFinds edges in image using Harris algorithm
                  • + + + + + +
                  • CV_CreateImagefunction to create an image object of given size and type
                  • + + + + + +
                  • CV_CvtColorfunction to convert image from one colorspace to other colorspace
                  • + + + + + +
                  • CV_Dilatedilates an image by using a specific structuring element.
                  • + + + + + +
                  • CV_DistanceTransformfunction to calculate distance to closest zero pixels for each pixel
                  • + + + + + +
                  • CV_ErodeErodes an image by using a specific structuring element.
                  • + + + + + +
                  • CV_GaussianBlurfunction to blur image using gaussian filter
                  • + + + + + +
                  • CV_GetImgSizefunction to get size of the image (width*height)
                  • + + + + + +
                  • CV_LoadImagefunction to load an image object from given filename
                  • + + + + + +
                  • CV_MedianBlurfunction to blur image using median filter
                  • + + + + + +
                  • CV_SaveImagefunction to save an image object as a given filename
                  • + + + + + +
                  • CV_ShowImagefunction to show an image
                  • + + + + + +
                  • CV_Thresholdfunction to threshold input image
                  • + + + + + +
                  • CV_WaitKeyfunction similar to cvWaitKey
                  +
                  + +
                  + + + + + + +
                  Report an issue
                  + + + Scilab 2 C Converter + + + +
                  +
                  +
                  + + -- cgit From 3847662fd2c69e484cbbc71783f0414f796b9352 Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Thu, 6 Jul 2017 21:36:34 +0530 Subject: Removed xml and html files --- help/en_US/scilab_en_US_help/AVRADCSetup.html | 88 ------- help/en_US/scilab_en_US_help/AVRDigitalIn.html | 88 ------- help/en_US/scilab_en_US_help/AVRDigitalOut.html | 91 -------- .../scilab_en_US_help/AVRDigitalPortSetup.html | 89 ------- help/en_US/scilab_en_US_help/AVRDigitalSetup.html | 91 -------- help/en_US/scilab_en_US_help/AVRGetTimerValue.html | 83 ------- help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html | 80 ------- help/en_US/scilab_en_US_help/AVRPWM0Setup.html | 98 -------- help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html | 83 ------- help/en_US/scilab_en_US_help/AVRPWM1Setup.html | 100 -------- help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html | 81 ------- help/en_US/scilab_en_US_help/AVRPWM2Setup.html | 97 -------- help/en_US/scilab_en_US_help/AVRReadADC.html | 84 ------- help/en_US/scilab_en_US_help/AVRSleep.html | 75 ------ help/en_US/scilab_en_US_help/AVRTimerSetup.html | 66 ------ help/en_US/scilab_en_US_help/AVRUARTReceive.html | 77 ------ help/en_US/scilab_en_US_help/AVRUARTSetup.html | 96 -------- help/en_US/scilab_en_US_help/AVRUARTTransmit.html | 77 ------ .../scilab_en_US_help/CV_AdaptiveThreshold.html | 94 -------- help/en_US/scilab_en_US_help/CV_Blur.html | 96 -------- help/en_US/scilab_en_US_help/CV_Canny.html | 95 -------- help/en_US/scilab_en_US_help/CV_CornerHarris.html | 98 -------- help/en_US/scilab_en_US_help/CV_CreateImage.html | 85 ------- help/en_US/scilab_en_US_help/CV_CvtColor.html | 90 ------- help/en_US/scilab_en_US_help/CV_Dilate.html | 99 -------- .../scilab_en_US_help/CV_DistanceTransform.html | 87 ------- help/en_US/scilab_en_US_help/CV_Erode.html | 99 -------- help/en_US/scilab_en_US_help/CV_GaussianBlur.html | 98 -------- help/en_US/scilab_en_US_help/CV_GetImgSize.html | 84 ------- help/en_US/scilab_en_US_help/CV_LoadImage.html | 88 ------- help/en_US/scilab_en_US_help/CV_MedianBlur.html | 86 ------- help/en_US/scilab_en_US_help/CV_SaveImage.html | 86 ------- help/en_US/scilab_en_US_help/CV_ShowImage.html | 86 ------- help/en_US/scilab_en_US_help/CV_Threshold.html | 90 ------- help/en_US/scilab_en_US_help/CV_WaitKey.html | 83 ------- help/en_US/scilab_en_US_help/index.html | 259 --------------------- help/en_US/scilab_en_US_help/jhelpidx.xml | 3 - help/en_US/scilab_en_US_help/jhelptoc.xml | 43 ---- .../section_0da8c7f3adca54f0475553087384b7a7.html | 259 --------------------- .../section_473a2b9e79723ff76a7f243f85d2b6b8.html | 259 --------------------- .../section_4d177ceb9ae128b1850140a7901a140a.html | 259 --------------------- .../section_c4a64b600f61b91c1ebf30f1b892cb10.html | 259 --------------------- .../section_de1a1188d71074f6718f9b3e65179365.html | 259 --------------------- 43 files changed, 4688 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/AVRADCSetup.html delete mode 100644 help/en_US/scilab_en_US_help/AVRDigitalIn.html delete mode 100644 help/en_US/scilab_en_US_help/AVRDigitalOut.html delete mode 100644 help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html delete mode 100644 help/en_US/scilab_en_US_help/AVRDigitalSetup.html delete mode 100644 help/en_US/scilab_en_US_help/AVRGetTimerValue.html delete mode 100644 help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html delete mode 100644 help/en_US/scilab_en_US_help/AVRPWM0Setup.html delete mode 100644 help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html delete mode 100644 help/en_US/scilab_en_US_help/AVRPWM1Setup.html delete mode 100644 help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html delete mode 100644 help/en_US/scilab_en_US_help/AVRPWM2Setup.html delete mode 100644 help/en_US/scilab_en_US_help/AVRReadADC.html delete mode 100644 help/en_US/scilab_en_US_help/AVRSleep.html delete mode 100644 help/en_US/scilab_en_US_help/AVRTimerSetup.html delete mode 100644 help/en_US/scilab_en_US_help/AVRUARTReceive.html delete mode 100644 help/en_US/scilab_en_US_help/AVRUARTSetup.html delete mode 100644 help/en_US/scilab_en_US_help/AVRUARTTransmit.html delete mode 100644 help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html delete mode 100644 help/en_US/scilab_en_US_help/CV_Blur.html delete mode 100644 help/en_US/scilab_en_US_help/CV_Canny.html delete mode 100644 help/en_US/scilab_en_US_help/CV_CornerHarris.html delete mode 100644 help/en_US/scilab_en_US_help/CV_CreateImage.html delete mode 100644 help/en_US/scilab_en_US_help/CV_CvtColor.html delete mode 100644 help/en_US/scilab_en_US_help/CV_Dilate.html delete mode 100644 help/en_US/scilab_en_US_help/CV_DistanceTransform.html delete mode 100644 help/en_US/scilab_en_US_help/CV_Erode.html delete mode 100644 help/en_US/scilab_en_US_help/CV_GaussianBlur.html delete mode 100644 help/en_US/scilab_en_US_help/CV_GetImgSize.html delete mode 100644 help/en_US/scilab_en_US_help/CV_LoadImage.html delete mode 100644 help/en_US/scilab_en_US_help/CV_MedianBlur.html delete mode 100644 help/en_US/scilab_en_US_help/CV_SaveImage.html delete mode 100644 help/en_US/scilab_en_US_help/CV_ShowImage.html delete mode 100644 help/en_US/scilab_en_US_help/CV_Threshold.html delete mode 100644 help/en_US/scilab_en_US_help/CV_WaitKey.html delete mode 100644 help/en_US/scilab_en_US_help/index.html delete mode 100644 help/en_US/scilab_en_US_help/jhelpidx.xml delete mode 100644 help/en_US/scilab_en_US_help/jhelptoc.xml delete mode 100644 help/en_US/scilab_en_US_help/section_0da8c7f3adca54f0475553087384b7a7.html delete mode 100644 help/en_US/scilab_en_US_help/section_473a2b9e79723ff76a7f243f85d2b6b8.html delete mode 100644 help/en_US/scilab_en_US_help/section_4d177ceb9ae128b1850140a7901a140a.html delete mode 100644 help/en_US/scilab_en_US_help/section_c4a64b600f61b91c1ebf30f1b892cb10.html delete mode 100644 help/en_US/scilab_en_US_help/section_de1a1188d71074f6718f9b3e65179365.html (limited to 'help/en_US/scilab_en_US_help') diff --git a/help/en_US/scilab_en_US_help/AVRADCSetup.html b/help/en_US/scilab_en_US_help/AVRADCSetup.html deleted file mode 100644 index 7748709a..00000000 --- a/help/en_US/scilab_en_US_help/AVRADCSetup.html +++ /dev/null @@ -1,88 +0,0 @@ - - - AVRADCSetup - - - - - - - - Scilab 2 C Converter >> Scilab 2 C Converter > AVRADCSetup - -

                  -

                  AVRADCSetup

                  -

                  Function to initialise ADC of AVR

                  - - -

                  Calling Sequence

                  -
                  AVRADCSetup(uint8 prescaler, uint8 adc_ref)
                  - -

                  Parameters

                  -
                  prescaler: -

                  prescaler to be used for generating ADC clock (0-7)

                  -
                  adc_ref : -

                  reference voltage to be used for ADC conversion

                  - -

                  Description

                  -

                  This function initialises ADc of AVR with given parameters. 'prescaler' is needed for deciding ADC clock. ADC clock should be between 50KHz and 200KHz and it given as (MCU clock/2^prescaler). Select appropriate prescaler depending on MCU clock. 'adc_ref' selects one of the available reference voltage sources available.

                  -

                  The adc_ref can take the following values- -

                  • 0 -> Voltage on VREF pin

                  • -
                  • 1 -> Voltage on AVCC pin

                  • -
                  • 2 -> Internal 2.56 reference voltage

                  -

                  This is curretly dummy function. It provides no functionality but is required for providing support for generating C code for AVR.

                  -

                  - -

                  Examples

                  -
                  AVRADCSetup(128,0)
                  - -

                  See also

                  -
                  - -

                  Authors

                  -
                  • Siddhesh Wani
                  • -
                  • Ashish Kamble
                  -
                  - - - - diff --git a/help/en_US/scilab_en_US_help/AVRDigitalIn.html b/help/en_US/scilab_en_US_help/AVRDigitalIn.html deleted file mode 100644 index ec290c7b..00000000 --- a/help/en_US/scilab_en_US_help/AVRDigitalIn.html +++ /dev/null @@ -1,88 +0,0 @@ - - - AVRDigitalIn - - - -
                  - - - - -
                  - << AVRADCSetup - - - Scilab 2 C Converter - - - AVRDigitalOut >> - -
                  -
                  -
                  - - - - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalIn - -

                  -

                  AVRDigitalIn

                  -

                  Function to get state (high\low) of a digital input pin on AVR

                  - - -

                  Calling Sequence

                  -
                  state=AVRDigitalIn(port,pin)
                  - -

                  Parameters

                  -
                  port : -

                  port of microcontroller to be used

                  -
                  pin : -

                  pin of port (mentioned above) to be used

                  - -

                  Description

                  -

                  Each AVR microcontroller has pins which can be configured as digital -inputs. These are normally divided among some 'ports' (group of pins). -User has to select one of these port and which pin of that port as -digital input.

                  -

                  This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for AVR.

                  -

                  - -

                  Examples

                  -
                  pinA0 = AVRDigitalIn(1,0)   //To read state on pin 0 of port A
                  - -

                  See also

                  -
                  - -

                  Authors

                  -
                  • Siddhesh Wani
                  • -
                  • Ashish Kamble
                  -
                  - - - - diff --git a/help/en_US/scilab_en_US_help/AVRDigitalOut.html b/help/en_US/scilab_en_US_help/AVRDigitalOut.html deleted file mode 100644 index 9d452d75..00000000 --- a/help/en_US/scilab_en_US_help/AVRDigitalOut.html +++ /dev/null @@ -1,91 +0,0 @@ - - - AVRDigitalOut - - - - - - - - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalOut - -

                  -

                  AVRDigitalOut

                  -

                  Function to change state (high\low) of a digital output pin on AVR

                  - - -

                  Calling Sequence

                  -
                  AVRDigitalOut(port,pin,state)
                  - -

                  Parameters

                  -
                  port : -

                  port of microcontroller to be used

                  -
                  pin : -

                  pin of port (mentioned above) to be used

                  -
                  state : -

                  state to be outputed on pin (HIGH\LOW)

                  - -

                  Description

                  -

                  Each AVR microcontroller has pins which can be configured as digital -outputs. These are normally divided among some 'ports' (group of pins). -User has to select one of these port and which pin of that port as -digital output. Also, desired output state must be specified as -'HIGH' or 'LOW'.

                  -

                  This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for AVR.

                  -

                  - -

                  Examples

                  -
                  AVRDigitalOut('A',0,HIGH)
                  - -

                  See also

                  -
                  - -

                  Authors

                  -
                  • Siddhesh Wani
                  • -
                  • Ashish Kamble
                  -
                  - - - - diff --git a/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html b/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html deleted file mode 100644 index df9c278b..00000000 --- a/help/en_US/scilab_en_US_help/AVRDigitalPortSetup.html +++ /dev/null @@ -1,89 +0,0 @@ - - - AVRDigitalPortSetup - - - -
                  - - - - -
                  - << AVRDigitalOut - - - Scilab 2 C Converter - - - AVRDigitalSetup >> - -
                  -
                  -
                  - - - - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalPortSetup - -

                  -

                  AVRDigitalPortSetup

                  -

                  Function to decide direction of port on AVR

                  - - -

                  Calling Sequence

                  -
                  AVRDigitalPortSetup(port,direction)
                  - -

                  Parameters

                  -
                  port : -

                  port of microcontroller to be used(1 for PORTA, 2 for PORTB,...)

                  -
                  direction : -

                  direction to be set for pin (0 for INPUT, 1 for OUTPUT)

                  - -

                  Description

                  -

                  Each AVR microcontroller has pins which can be configured as digital -outputs/inputs. These are normally divided among some 'ports' (group of pins). -User has to select one of these port and which pin of that port to be -used as digital output/input. Also, desired direction must be specified as -'INPUT' or 'OUTPUT'.

                  -

                  This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for AVR.

                  -

                  - -

                  Examples

                  -
                  AVRDigitalPortSetup(1,0); //This function will make PortA as input port
                  - -

                  See also

                  -
                  - -

                  Authors

                  -
                  • Siddhesh Wani
                  • -
                  • Ashish Kamble
                  -
                  - - - - diff --git a/help/en_US/scilab_en_US_help/AVRDigitalSetup.html b/help/en_US/scilab_en_US_help/AVRDigitalSetup.html deleted file mode 100644 index 711b54c6..00000000 --- a/help/en_US/scilab_en_US_help/AVRDigitalSetup.html +++ /dev/null @@ -1,91 +0,0 @@ - - - AVRDigitalSetup - - - - - - - - Scilab 2 C Converter >> Scilab 2 C Converter > AVRDigitalSetup - -

                  -

                  AVRDigitalSetup

                  -

                  Function to decide direction of a digital pin on AVR

                  - - -

                  Calling Sequence

                  -
                  AVRDigitalSetup(port,pin,direction)
                  - -

                  Parameters

                  -
                  port : -

                  port of microcontroller to be used

                  -
                  pin : -

                  pin of port (mentioned above) to be used

                  -
                  direction : -

                  direction to be set for pin (INPUT\OUTPUT)

                  - -

                  Description

                  -

                  Each AVR microcontroller has pins which can be configured as digital -outputs/inputs. These are normally divided among some 'ports' (group of pins). -User has to select one of these port and which pin of that port to be -used as digital output/input. Also, desired direction must be specified as -'INPUT' or 'OUTPUT'.

                  -

                  This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for AVR.

                  -

                  - -

                  Examples

                  -
                  AVRDigitalSetup('A',0,OUTPUT)
                  - -

                  See also

                  -
                  - -

                  Authors

                  -
                  • Siddhesh Wani
                  • -
                  • Ashish Kamble
                  -
                  - - - - diff --git a/help/en_US/scilab_en_US_help/AVRGetTimerValue.html b/help/en_US/scilab_en_US_help/AVRGetTimerValue.html deleted file mode 100644 index 7d311318..00000000 --- a/help/en_US/scilab_en_US_help/AVRGetTimerValue.html +++ /dev/null @@ -1,83 +0,0 @@ - - - AVRGetTimerValue - - - - - - - - Scilab 2 C Converter >> Scilab 2 C Converter > AVRGetTimerValue - -

                  -

                  AVRGetTimerValue

                  -

                  Function to get timer count

                  - - -

                  Parameters

                  -
                  timer : -

                  timer whose current count is to be returned

                  - -

                  Description

                  -

                  This function returns the count value of a desired timer.By knowing the count value certain interrupt action can be taken.

                  -

                  Timer can take the following values -

                  • 0 -> for timer0

                  • -
                  • 1 -> for timer1

                  • -
                  • 2 -> for timer2

                  -

                  This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for AVR.

                  -

                  - -

                  Examples

                  -
                  AVRGetTimerValue(0);   //returns present count of the TCNT0 counter
                  - -

                  See also

                  -
                  - -

                  Authors

                  -
                  • Ashish Kamble
                  -
                  - - - - diff --git a/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html b/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html deleted file mode 100644 index b2b24a74..00000000 --- a/help/en_US/scilab_en_US_help/AVRPWM0SetDuty.html +++ /dev/null @@ -1,80 +0,0 @@ - - - AVRPWM0SetDuty - - - -
                  - - - - -
                  - << AVRGetTimerValue - - - Scilab 2 C Converter - - - AVRPWM0Setup >> - -
                  -
                  -
                  - - - - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM0SetDuty - -

                  -

                  AVRPWM0SetDuty

                  -

                  Function to Set Duty cycle of PWM Output generated by Timer0 at OC0 pin.

                  - - -

                  Parameters

                  -
                  duty : -

                  It holds an integer value from 0 to 100 which sets the percentage of time for which signal is active.

                  - -

                  Description

                  -

                  Each Micro controller has PWM output pins which can generate varying voltage -from 0V-5V.In this function by varying the duty cycle, varying voltage can be produced.

                  -

                  This is curretly dummy function. It provides no functionality but is required for providing support for generating C code for AVR.

                  -

                  - -

                  Examples

                  -
                  AVRPWM0SetDuty(50); //Produces 2.5V at OC0 pin
                  -AVRPWM0SetDuty(0); //Produces 0V at OC0 pin
                  - -

                  See also

                  -
                  - -

                  Authors

                  -
                  • Ashish Kamble
                  -
                  - - - - diff --git a/help/en_US/scilab_en_US_help/AVRPWM0Setup.html b/help/en_US/scilab_en_US_help/AVRPWM0Setup.html deleted file mode 100644 index 44b34e67..00000000 --- a/help/en_US/scilab_en_US_help/AVRPWM0Setup.html +++ /dev/null @@ -1,98 +0,0 @@ - - - AVRPWM0Setup - - - -
                  - - - - -
                  - << AVRPWM0SetDuty - - - Scilab 2 C Converter - - - AVRPWM1SetDuty >> - -
                  -
                  -
                  - - - - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM0Setup - -

                  -

                  AVRPWM0Setup

                  -

                  Function to Setup OC0 pin for required PWM mode

                  - - -

                  Parameters

                  -
                  waveform_mode: -

                  integer, from 0 to 2

                  -
                  output_mode: -

                  integer, from 0 to 1 (or 2) depending on the waveform_mode

                  - -

                  Description

                  -

                  Every Micro controller has PWM pins which can generate varying voltages -from 0V-5V.This function helps to use OC0 pin to produce required -output waveform by setting the waveform mode and otput mode.

                  -

                  waveform_mode can take values- -

                  • 0 -> for Phase correct PWM Mode

                  • -
                  • 1 -> for Fast PWM Mode

                  • -
                  • 2 -> for CTC Mode

                  -

                  output_mode can take values- -

                    For Phase correct PWM Mode: -
                  • 0 for Clear OC0 on compare match when up-counting. Set OC0 on compare match when down-counting.

                  • -
                  • 1 for Set OC0 on compare match when up-counting. Clear OC0 on compare match when down-counting.

                  • -For Fast PWM Mode: -
                  • 0 for non-inverted output i.e Clear OC0 on compare match, set OC0 at BOTTOM.

                  • -
                  • 1 for inverted output i.e Set OC0 on compare match, clear OC0 at BOTTOM.

                  • -For CTC Mode: -
                  • 0 to Clear OC0 on compare match

                  • -
                  • 1 to Set OC0 on compare match

                  • -
                  • 2 to toggle OC0 on compare match

                  -

                  This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for AVR.

                  -

                  - -

                  Examples

                  -
                  AVRPWM0Setup(2,0);     //This function will select CTC waveform mode and will clear OC0 on compare match
                  - -

                  See also

                  -
                  - -

                  Authors

                  -
                  • Ashish Kamble
                  -
                  - - - - diff --git a/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html b/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html deleted file mode 100644 index cd642958..00000000 --- a/help/en_US/scilab_en_US_help/AVRPWM1SetDuty.html +++ /dev/null @@ -1,83 +0,0 @@ - - - AVRPWM1SetDuty - - - -
                  - - - - -
                  - << AVRPWM0Setup - - - Scilab 2 C Converter - - - AVRPWM1Setup >> - -
                  -
                  -
                  - - - - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM1SetDuty - -

                  -

                  AVRPWM1SetDuty

                  -

                  Function to Set Duty cycle of PWM Output generated by Timer1 at OC1A or OC1B pin.

                  - - -

                  Parameters

                  -
                  ouput_pin: -

                  integer, 0 (for OC1A) or 1 (for OC1B)

                  -
                  duty: -

                  It holds an integer value from 0 to 100 which sets the percentage of time for which signal is active.

                  -
                  Top_Value: -

                  It holds an integer value from 0 to 65535.This value sets the Top value of the counter TCNT1 i.e ICR.(for more info refer datasheet)

                  - -

                  Description

                  -

                  Each Micro controller has PWM output pins which can generate varying voltage -from 0V-5V.This function Sets the duty cycle of output PWM signal.Also this function -decides the Top Vale of TCNT1 and the output pin to output PWM signal.

                  -

                  This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for AVR.

                  -

                  Example -AVRPWM1SetDuty(0,50,40000); //This function will produce PWM signal of 50% duty cycle on OC1A pin and TCNT1 will reset at 40000 instead at 65535.

                  - -

                  See also

                  -
                  - -

                  Authors

                  -
                  • Ashish Kamble
                  -
                  - - - - diff --git a/help/en_US/scilab_en_US_help/AVRPWM1Setup.html b/help/en_US/scilab_en_US_help/AVRPWM1Setup.html deleted file mode 100644 index 4b048476..00000000 --- a/help/en_US/scilab_en_US_help/AVRPWM1Setup.html +++ /dev/null @@ -1,100 +0,0 @@ - - - AVRPWM1Setup - - - -
                  - - - - -
                  - << AVRPWM1SetDuty - - - Scilab 2 C Converter - - - AVRPWM2SetDuty >> - -
                  -
                  -
                  - - - - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM1Setup - -

                  -

                  AVRPWM1Setup

                  -

                  Function to Setup OC1A or OC1B pin for required PWM mode

                  - - -

                  Parameters

                  -
                  waveform_mode: -

                  integer, from 0 to 2

                  -
                  output_mode: -

                  integer, from 0 to 1 (or 2) depending on the waveform_mode

                  -
                  output_pin: -

                  0 (for OC1A) or 1 for (OC1B)

                  - -

                  Description

                  -

                  Every Micro controller has PWM pins which can generate varying voltages -from 0V-5V.This function helps to use OC1A or OC1B pin to produces required -output waveform by setting the waveform mode and otput mode.

                  -

                  waveform_mode can take values- -

                  • 0 -> for Phase correct PWM Mode

                  • -
                  • 1 -> for Fast PWM Mode

                  • -
                  • 2 -> for CTC Mode

                  -

                  output_mode can take values- -

                    For Phase correct PWM Mode: -
                  • 0 for Clear OC1A or OC1B on compare match when up-counting. Set OC1A or OC1B on compare match when down-counting.

                  • -
                  • 1 for Set OC1A or OC1B on compare match when up-counting. Clear OC1A or OC1B on compare match when down-counting.

                  • -For Fast PWM Mode: -
                  • 0 for non-inverted output i.e Clear OC1A or OC1B on compare match, set OC1A or OC1B at BOTTOM.

                  • -
                  • 1 for inverted output i.e Set OC1A or OC1B on compare match, clear OC1A or OC1B at BOTTOM.

                  • -For CTC Mode: -
                  • 0 to Clear OC1A or OC1B on compare match

                  • -
                  • 1 to Set OC1A or OC1B on compare match

                  • -
                  • 2 to toggle OC1A or OC1B on compare match

                  -

                  This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for AVR.

                  -

                  Example -AVRPWM1Setup(2,0,0); //This function will select CTC mode and will clear OC1A or OC1B -on compare match.Also as defined the output will be produced at -0C1A pin.

                  - -

                  See also

                  -
                  - -

                  Authors

                  -
                  • Ashish Kamble
                  -
                  - - - - diff --git a/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html b/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html deleted file mode 100644 index c087753e..00000000 --- a/help/en_US/scilab_en_US_help/AVRPWM2SetDuty.html +++ /dev/null @@ -1,81 +0,0 @@ - - - AVRPWM2SetDuty - - - -
                  - - - - -
                  - << AVRPWM1Setup - - - Scilab 2 C Converter - - - AVRPWM2Setup >> - -
                  -
                  -
                  - - - - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM2SetDuty - -

                  -

                  AVRPWM2SetDuty

                  -

                  Function to Set Duty cycle of PWM Output generated by Timer2 at OC2 pin.

                  - - -

                  Parameters

                  -
                  duty : -

                  It holds an integer value from 0 to 100 which sets the percentage of time for which signal is active.

                  - -

                  Description

                  -

                  Each Micro controller has PWM output pins which can generate varying voltage -from 0V-5V.In this function by varying the duty cycle, varying voltage can be -produced.

                  -

                  This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for AVR.

                  -

                  Example -AVRPWM2SetDuty(50); //Produces 2.5V at OC2 pin -AVRPWM2SetDuty(0); //Produces 0V at OC2 pin

                  -

                  - -

                  See also

                  -
                  - -

                  Authors

                  -
                  • Ashish Kamble
                  -
                  - - - - diff --git a/help/en_US/scilab_en_US_help/AVRPWM2Setup.html b/help/en_US/scilab_en_US_help/AVRPWM2Setup.html deleted file mode 100644 index 8fed3de4..00000000 --- a/help/en_US/scilab_en_US_help/AVRPWM2Setup.html +++ /dev/null @@ -1,97 +0,0 @@ - - - AVRPWM2Setup - - - -
                  - - - - -
                  - << AVRPWM2SetDuty - - - Scilab 2 C Converter - - - AVRReadADC >> - -
                  -
                  -
                  - - - - Scilab 2 C Converter >> Scilab 2 C Converter > AVRPWM2Setup - -

                  -

                  AVRPWM2Setup

                  -

                  Function to Setup OC2 pin for required PWM mode

                  - - -

                  Parameters

                  -
                  waveform_mode: -

                  integer, from 0 to 2

                  -
                  output_mode: -

                  integer, from 0 to 1 (or 2) depending on the waveform_mode

                  - -

                  Description

                  -

                  Every Micro controller has PWM pins which can generate varying voltages -from 0V-5V.This function helps to use OC2 pin to produces required -output waveform by setting the waveform mode and otput mode.

                  -

                  waveform_mode can take values- -

                  • 0 -> for Phase correct PWM Mode

                  • -
                  • 1 -> for Fast PWM Mode

                  • -
                  • 2 -> for CTC Mode

                  -

                  output_mode can take values- -

                    For Phase correct PWM Mode: -
                  • 0 for Clear OC2 on compare match when up-counting. Set OC2 on compare match when down-counting.

                  • -
                  • 1 for Set OC2 on compare match when up-counting. Clear OC2 on compare match when down-counting.

                  • -For Fast PWM Mode: -
                  • 0 for non-inverted output i.e Clear OC2 on compare match, set OC2 at BOTTOM.

                  • -
                  • 1 for inverted output i.e Set OC2 on compare match, clear OC2 at BOTTOM.

                  • -For CTC Mode: -
                  • 0 to Clear OC2 on compare match

                  • -
                  • 1 to Set OC2 on compare match

                  • -
                  • 2 to toggle OC2 on compare match

                  -

                  This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for AVR.

                  -

                  Example -AVRPWM2Setup(2,0); //This function will select CTC waveform mode and will clear OC2 on -compare match

                  - -

                  See also

                  -
                  - -

                  Authors

                  -
                  • Ashish Kamble
                  -
                  - - - - diff --git a/help/en_US/scilab_en_US_help/AVRReadADC.html b/help/en_US/scilab_en_US_help/AVRReadADC.html deleted file mode 100644 index 4b2615e4..00000000 --- a/help/en_US/scilab_en_US_help/AVRReadADC.html +++ /dev/null @@ -1,84 +0,0 @@ - - - AVRReadADC - - - -
                  - - - - -
                  - << AVRPWM2Setup - - - Scilab 2 C Converter - - - AVRSleep >> - -
                  -
                  -
                  - - - - Scilab 2 C Converter >> Scilab 2 C Converter > AVRReadADC - -

                  -

                  AVRReadADC

                  -

                  Function to get voltage on analog pin on AVR

                  - - -

                  Calling Sequence

                  -
                  u8AVRReadADCs(channel)
                  - -

                  Parameters

                  -
                  channel : -

                  Select which channel is to be read. Values from 0-7 select one of the pins ADC0-ADC7. For other possible channel values refer datasheet

                  - -

                  Description

                  -

                  This function returns digital value for present on adc pins. 'channel' -selects which of the ADC0-ADC7 is to be used for reading analog value. -Apart from reading just ADC0-ADC7 other it can also read differential -voltages between some pins. For channel values for those options, please -refer datasheet.

                  -

                  This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for AVR.

                  -

                  - -

                  Examples

                  -
                  adc_result = u8AVRReadADC(0)   //Read ADC0
                  - -

                  Authors

                  -
                  • Siddhesh Wani
                  • -
                  • Ashish Kamble
                  -
                  - -
                  - - - - - - -
                  Report an issue
                  - << AVRPWM2Setup - - - Scilab 2 C Converter - - - AVRSleep >> - -
                  -
                  -
                  - - diff --git a/help/en_US/scilab_en_US_help/AVRSleep.html b/help/en_US/scilab_en_US_help/AVRSleep.html deleted file mode 100644 index a534588a..00000000 --- a/help/en_US/scilab_en_US_help/AVRSleep.html +++ /dev/null @@ -1,75 +0,0 @@ - - - AVRSleep - - - -
                  - - - - -
                  - << AVRReadADC - - - Scilab 2 C Converter - - - AVRTimerSetup >> - -
                  -
                  -
                  - - - - Scilab 2 C Converter >> Scilab 2 C Converter > AVRSleep - -

                  -

                  AVRSleep

                  -

                  Function to pause the execution for the given time.

                  - - -

                  Description

                  -

                  This function causes the execution to stop for the given amount of time.

                  -

                  This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for AVR.

                  -

                  - -

                  Examples

                  -
                  AVRSleep(5000);
                  - -

                  See also

                  -
                    - -

                    Authors

                    -
                    • Jorawar Singh
                    -
                    - - - - diff --git a/help/en_US/scilab_en_US_help/AVRTimerSetup.html b/help/en_US/scilab_en_US_help/AVRTimerSetup.html deleted file mode 100644 index 7ba52981..00000000 --- a/help/en_US/scilab_en_US_help/AVRTimerSetup.html +++ /dev/null @@ -1,66 +0,0 @@ - - - AVRTimerSetup - - - -
                    - - - - -
                    - << AVRSleep - - - Scilab 2 C Converter - - - AVRUARTReceive >> - -
                    -
                    -
                    - - - - Scilab 2 C Converter >> Scilab 2 C Converter > AVRTimerSetup - -

                    -

                    AVRTimerSetup

                    -

                    Function to setup Timers in ATmega16

                    - - - - -

                    Authors

                    -
                    • Ashish Kamble
                    -
                    - - - - diff --git a/help/en_US/scilab_en_US_help/AVRUARTReceive.html b/help/en_US/scilab_en_US_help/AVRUARTReceive.html deleted file mode 100644 index d1f47800..00000000 --- a/help/en_US/scilab_en_US_help/AVRUARTReceive.html +++ /dev/null @@ -1,77 +0,0 @@ - - - AVRUARTReceive - - - -
                    - - - - -
                    - << AVRTimerSetup - - - Scilab 2 C Converter - - - AVRUARTSetup >> - -
                    -
                    -
                    - - - - Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTReceive - -

                    -

                    AVRUARTReceive

                    -

                    Function to Receive Char value send to ATmega16 using UART or USART.

                    - - -

                    Description

                    -

                    This function Receives Char as 8 bit value.This value is stored in UDR at receiving -end.

                    -

                    This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for AVR.

                    -

                    - -

                    Examples

                    -
                    state = AVRUARTReceive(); //This function will Receive char and return the entire value
                    - - - -

                    Authors

                    -
                    • Ashish Kamble
                    -
                    - - - - diff --git a/help/en_US/scilab_en_US_help/AVRUARTSetup.html b/help/en_US/scilab_en_US_help/AVRUARTSetup.html deleted file mode 100644 index de2a80d1..00000000 --- a/help/en_US/scilab_en_US_help/AVRUARTSetup.html +++ /dev/null @@ -1,96 +0,0 @@ - - - AVRUARTSetup - - - - - - - - Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTSetup - -

                    -

                    AVRUARTSetup

                    -

                    Function to Setup Serial Communication i.e UART or USART in ATmega16.

                    - - -

                    Parameters

                    -
                    mode : -

                    integer, from 0 to 2

                    -
                    baudrate : -

                    Enter one of the following available baudrates (2400 , 4800 , 9600 , 14400 , 19200 , 28800 , 38400 , 57600 , 768000 , 115200 , 230400 , 250000 , 1000000)

                    -
                    stopbits : -

                    integer, (0 for one stopbit) or (1 for two stopbits)

                    -
                    parity : -

                    integer, from 0 to 2

                    - -

                    Description

                    -

                    This function Setup the UART or USART for Serial Communicaion between ATmega16 -and different micro controllers or between ATmega16 and Computer.

                    -

                    mode can take values: -

                    • 0 for Asynchronous Normal mode

                    • -
                    • 1 for Asynchronous Double Speed mode

                    • -
                    • 2 for Synchronous mode

                    -

                    parity can take values: -

                    • 0 for parity disabled

                    • -
                    • 1 for even parity

                    • -
                    • 2 for odd parity

                    -

                    This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for AVR.

                    -

                    - -

                    Examples

                    -
                    AVRUARTSetup(0,9600,0,0); //This function will enable UART Communication for ATmega16
                    -with 9600 as baudrate,one stop bit and parity disabled
                    - - - -

                    Authors

                    -
                    • Ashish Kamble
                    -
                    - - - - diff --git a/help/en_US/scilab_en_US_help/AVRUARTTransmit.html b/help/en_US/scilab_en_US_help/AVRUARTTransmit.html deleted file mode 100644 index d9276e05..00000000 --- a/help/en_US/scilab_en_US_help/AVRUARTTransmit.html +++ /dev/null @@ -1,77 +0,0 @@ - - - AVRUARTTransmit - - - - - - - - Scilab 2 C Converter >> Scilab 2 C Converter > AVRUARTTransmit - -

                    -

                    AVRUARTTransmit

                    -

                    Function to Transmit data using UART or USART.

                    - - -

                    Description

                    -

                    This function Tranmits data over UART or USART.The data to be transmitted can -be a Char , String , Unsigned Int, Signed Int.

                    -

                    This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for AVR.

                    -

                    - -

                    Examples

                    -
                    AVRUARTTransmit("This is example");  //This function will transmit the entered string.
                    - - - -

                    Authors

                    -
                    • Ashish Kamble
                    -
                    - - - - diff --git a/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html b/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html deleted file mode 100644 index 5baa6f42..00000000 --- a/help/en_US/scilab_en_US_help/CV_AdaptiveThreshold.html +++ /dev/null @@ -1,94 +0,0 @@ - - - CV_AdaptiveThreshold - - - -
                    - - - - -
                    - << AVRUARTTransmit - - - Scilab 2 C Converter - - - CV_Blur >> - -
                    -
                    -
                    - - - - Scilab 2 C Converter >> Scilab 2 C Converter > CV_AdaptiveThreshold - -

                    -

                    CV_AdaptiveThreshold

                    -

                    function to adaptively threshold input image

                    - - -

                    Calling Sequence

                    -
                    dst = CV_AdaptiveThreshold(srcimg,max_value,adaptive_method,thresh_type,blk_size,c)
                    - -

                    Parameters

                    -
                    src : -

                    Source 8-bit single-channel image.

                    -
                    max_value : -

                    Non-zero value assigned to the pixels for which the condition is satisfied. See the details below.

                    -
                    adaptive_method : -

                    Adaptive thresholding algorithm to use, ADAPTIVE_THRESH_MEAN_C or ADAPTIVE_THRESH_GAUSSIAN_C .

                    -
                    thresh_type : -

                    Thresholding type that must be either THRESH_BINARY or THRESH_BINARY_INV .

                    -
                    blockSize : -

                    Size of a pixel neighborhood that is used to calculate a threshold value for the pixel: 3, 5, 7, and so on.

                    -
                    C : -

                    Constant subtracted from the mean or weighted mean.Normally, it is positive but may be zero or negative as well.

                    - -

                    Description

                    -

                    This function can be used for adaptively threshold given image

                    -

                    This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for OpenCV

                    -

                    - -

                    Examples

                    -
                    img = CV_LoadImage('~/test.jpg',0)
                    -dst = CV_AdaptiveThreshold(img,255,"ADAPTIVE_THRESH_MEAN_C", ...
                    -"THRESH_BINARY",5,0)
                    - -

                    See also

                    -
                    - -

                    Authors

                    -
                    • Siddhesh Wani
                    -
                    - - - - diff --git a/help/en_US/scilab_en_US_help/CV_Blur.html b/help/en_US/scilab_en_US_help/CV_Blur.html deleted file mode 100644 index e46551ac..00000000 --- a/help/en_US/scilab_en_US_help/CV_Blur.html +++ /dev/null @@ -1,96 +0,0 @@ - - - CV_Blur - - - -
                    - - - - -
                    - << CV_AdaptiveThreshold - - - Scilab 2 C Converter - - - CV_Canny >> - -
                    -
                    -
                    - - - - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Blur - -

                    -

                    CV_Blur

                    -

                    function to blur image using normalised box filter

                    - - -

                    Calling Sequence

                    -
                    dst = CV_Blur(srcimg,ksize_width,ksize_height,anchor_x,anchor_y,border_type)
                    - -

                    Parameters

                    -
                    srcimg : -

                    Source image.

                    -
                    ksize_width, ksize_height : -

                    blurring kernel size.

                    -
                    anchor_x, anchor_y : -

                    x,y coordinates of anchor point

                    -
                    border_type : -

                    border mode used to extrapolate pixels outside of the image.

                    - -

                    Description

                    -

                    This function can be used for blurring image using normalised box -filter. Image can be of any depth and have any no of channels.

                    -

                    border_type can be : -

                    • BORDER_REPLICATE: aaaaaa|abcdefgh|hhhhhhh
                    • -
                    • BORDER_REFLECT: fedcba|abcdefgh|hgfedcb
                    • -
                    • BORDER_REFLECT_101: gfedcb|abcdefgh|gfedcba
                    • -
                    • BORDER_WRAP: cdefgh|abcdefgh|abcdefg
                    • -
                    • BORDER_CONSTANT: iiiiii|abcdefgh|iiiiiii

                    -

                    This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for OpenCV

                    -

                    - -

                    Examples

                    -
                    img = CV_LoadImage('~/test.jpg',0)
                    -dst = CV_Blur(img,3,3,-1,-1,"BORDER_CONSTANT")
                    - - - -

                    Authors

                    -
                    • Siddhesh Wani
                    -
                    - - - - diff --git a/help/en_US/scilab_en_US_help/CV_Canny.html b/help/en_US/scilab_en_US_help/CV_Canny.html deleted file mode 100644 index 94edf795..00000000 --- a/help/en_US/scilab_en_US_help/CV_Canny.html +++ /dev/null @@ -1,95 +0,0 @@ - - - CV_Canny - - - -
                    - - - - -
                    - << CV_Blur - - - Scilab 2 C Converter - - - CV_CornerHarris >> - -
                    -
                    -
                    - - - - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Canny - -

                    -

                    CV_Canny

                    -

                    Finds edges in image using Canny algorithm

                    - - -

                    Calling Sequence

                    -
                    edges = CV_Canny(srcimg,threhold1,threshold2,aperture_size,L2gradient)
                    - -

                    Parameters

                    -
                    srcimg : -

                    single-channel 8-bit input image.

                    -
                    threshold1 : -

                    first threshold for the hysteresis procedure.

                    -
                    threshold2 : -

                    second threshold for the hysteresis procedure.

                    -
                    aperture_size : -

                    aperture size for the Sobel() operator.

                    -
                    L2gradient : -

                    a flag, indicating whether a more accurate

                    - -

                    Description

                    -

                    This function can be used for finding edes in single channel 8 bit -image. 'aperture_size' and 'L2gradient' are optionals. By default, -aperture_size is 3 and L2gradient is false.

                    -

                    For L2gradient: L_2 norm =sqrt{(dI/dx)^2 + (dI/dy)^2} should be used to calculate the image gradient magnitude (L2gradient=1 ), or whether the default L_1 norm =|dI/dx|+|dI/dy| is enough (L2gradient=0).

                    -

                    This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for OpenCV

                    -

                    - -

                    Examples

                    -
                    img = CV_LoadImage('~/test.jpg',0)
                    -dst = CV_CvtColor(img,"CV_RGB2GRAY");
                    -edge = CV_Canny(dst,50,100,3,0);
                    - -

                    See also

                    -
                    - -

                    Authors

                    -
                    • Siddhesh Wani
                    -
                    - - - - diff --git a/help/en_US/scilab_en_US_help/CV_CornerHarris.html b/help/en_US/scilab_en_US_help/CV_CornerHarris.html deleted file mode 100644 index 20c23de5..00000000 --- a/help/en_US/scilab_en_US_help/CV_CornerHarris.html +++ /dev/null @@ -1,98 +0,0 @@ - - - CV_CornerHarris - - - -
                    - - - - -
                    - << CV_Canny - - - Scilab 2 C Converter - - - CV_CreateImage >> - -
                    -
                    -
                    - - - - Scilab 2 C Converter >> Scilab 2 C Converter > CV_CornerHarris - -

                    -

                    CV_CornerHarris

                    -

                    Finds edges in image using Harris algorithm

                    - - -

                    Calling Sequence

                    -
                    edges = CV_CornerHarris(srcimg,blocksize,ksize,k,border_type)
                    - -

                    Parameters

                    -
                    srcimg: -

                    Input single-channel 8-bit or floating-point image.

                    -
                    blockSize: -

                    Neighborhood size

                    -
                    ksize: -

                    Aperture parameter for the Sobel() operator.

                    -
                    k: -

                    Harris detector free parameter.

                    -
                    border_type: -

                    border mode used to extrapolate pixels outside of the image.

                    - -

                    Description

                    -

                    The function runs the Harris edge detector on the image. For each pixel (x, y) it calculates a 2 * 2 gradient covariance matrix M(x,y) over a blockSize * blockSize neighborhood. Then, it computes the following characteristic: dst(x,y) = det(M(x,y)) - k .tr(M(x,y))^2. Corners in the image can be found as the local maxima of this response map.

                    -

                    border_type can be : -

                    • BORDER_REPLICATE: aaaaaa|abcdefgh|hhhhhhh
                    • -
                    • BORDER_REFLECT: fedcba|abcdefgh|hgfedcb
                    • -
                    • BORDER_REFLECT_101: gfedcb|abcdefgh|gfedcba
                    • -
                    • BORDER_WRAP: cdefgh|abcdefgh|abcdefg
                    • -
                    • BORDER_CONSTANT: iiiiii|abcdefgh|iiiiiii

                    -

                    This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for OpenCV

                    -

                    - -

                    Examples

                    -
                    img = CV_LoadImage('~/test.jpg',0)
                    -dst = CV_CvtColor(img,"CV_RGB2GRAY");
                    -edge = CV_CornerHarris(dst,5,3,1,"BORDER_REPLICATE");
                    - -

                    See also

                    -
                    - -

                    Authors

                    -
                    • Siddhesh Wani
                    -
                    - - - - diff --git a/help/en_US/scilab_en_US_help/CV_CreateImage.html b/help/en_US/scilab_en_US_help/CV_CreateImage.html deleted file mode 100644 index 519c23d0..00000000 --- a/help/en_US/scilab_en_US_help/CV_CreateImage.html +++ /dev/null @@ -1,85 +0,0 @@ - - - CV_CreateImage - - - -
                    - - - - -
                    - << CV_CornerHarris - - - Scilab 2 C Converter - - - CV_CvtColor >> - -
                    -
                    -
                    - - - - Scilab 2 C Converter >> Scilab 2 C Converter > CV_CreateImage - -

                    -

                    CV_CreateImage

                    -

                    function to create an image object of given size and type

                    - - -

                    Calling Sequence

                    -
                    CV_CreateImage(image_size,bit_depth,no_of_channels)
                    - -

                    Parameters

                    -
                    image_size: -

                    width and height of image

                    -
                    bit_depth: -

                    Bit depth of image elements

                    -
                    no_of_channels: -

                    no of channels per pixels

                    - -

                    Description

                    -

                    This function can be used to create opencv image object. For more info about bit depth and channels,please refer to OpenCV documentation

                    -

                    This is curretly dummy function. It provides no functionality but is required for providing support for generating C code for OpenCV

                    -

                    - -

                    Examples

                    -
                    CV_CreateImage([320 240], "IPL_DEPTH_8U", 1)    //to create image of the size 320*240 pixels with 8 bit unsigned each pixels and gray scale image
                    - -

                    See also

                    -
                    - -

                    Authors

                    -
                    • Siddhesh Wani
                    -
                    - - - - diff --git a/help/en_US/scilab_en_US_help/CV_CvtColor.html b/help/en_US/scilab_en_US_help/CV_CvtColor.html deleted file mode 100644 index 5d4a48d7..00000000 --- a/help/en_US/scilab_en_US_help/CV_CvtColor.html +++ /dev/null @@ -1,90 +0,0 @@ - - - CV_CvtColor - - - -
                    - - - - -
                    - << CV_CreateImage - - - Scilab 2 C Converter - - - CV_Dilate >> - -
                    -
                    -
                    - - - - Scilab 2 C Converter >> Scilab 2 C Converter > CV_CvtColor - -

                    -

                    CV_CvtColor

                    -

                    function to convert image from one colorspace to other colorspace

                    - - -

                    Calling Sequence

                    -
                    CV_CvtColor(srcimg,code)
                    - -

                    Parameters

                    -
                    srcimg: -

                    source image to be converted

                    -
                    dstimg: -

                    destination image in which to store converted image

                    -
                    code: -

                    String specifying conversion type. Same as defined in OpenCV. for eg. 'CV_RGB2GRAY' for conversion from RGB image to grayscale image

                    -
                    dstCn: -

                    no of channels in destination image (0 by default)

                    - -

                    Description

                    -

                    This function can be used for converting an image to other colorspace. -Refer OpenCV documentation for list of available conversions

                    -

                    This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for OpenCV

                    -

                    - -

                    Examples

                    -
                    img = CV_LoadImage('~/test.jpg',0)
                    -dst = CV_CvtColor(img,'CV_RGB2GRAY')
                    - -

                    See also

                    -
                    - -

                    Authors

                    -
                    • Siddhesh Wani
                    -
                    - - - - diff --git a/help/en_US/scilab_en_US_help/CV_Dilate.html b/help/en_US/scilab_en_US_help/CV_Dilate.html deleted file mode 100644 index 34ebb874..00000000 --- a/help/en_US/scilab_en_US_help/CV_Dilate.html +++ /dev/null @@ -1,99 +0,0 @@ - - - CV_Dilate - - - - - - - - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Dilate - -

                    -

                    CV_Dilate

                    -

                    dilates an image by using a specific structuring element.

                    - - -

                    Calling Sequence

                    -
                    cvtimg = CV_Dilate(srcimg,dilation_type,dilation_size,[iterations,border_type,border_value])
                    - -

                    Parameters

                    -
                    src : -

                    input image; the number of channels can be arbitrary, but the depth should be one of CV_8U, CV_16U, CV_16S, CV_32F or CV_64F.

                    -
                    dilation_type : -

                    can be one of MORPH_RECT, MORPH_CROSS,MORPH_ELLIPSE

                    -
                    dilation_size : -

                    size of kernel to be used for erosion. Must be odd

                    -
                    iterations : -

                    number of times erosion is applied.

                    -
                    border_type : -

                    pixel extrapolation method.

                    -
                    border_value : -

                    border value in case of a constant border

                    - -

                    Description

                    -

                    This function can be used for eroding an image. Kernel used for erosion is decided by type and size. Size must always be odd. Anchor pint of kernel is always center of kernel. Input arguements 'iterations(1), border_type(BORDER_CONSTANT) and border_value' are optionals. Whwn not specified, default values as as mentioned in brackets.

                    -

                    border_type can be : -

                    • BORDER_REPLICATE: aaaaaa|abcdefgh|hhhhhhh

                    • -
                    • BORDER_REFLECT: fedcba|abcdefgh|hgfedcb

                    • -
                    • BORDER_REFLECT_101: gfedcb|abcdefgh|gfedcba

                    • -
                    • BORDER_WRAP: cdefgh|abcdefgh|abcdefg

                    • -
                    • BORDER_CONSTANT: iiiiii|abcdefgh|iiiiiii

                    -

                    This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for OpenCV

                    -

                    - -

                    Examples

                    -
                    img = CV_LoadImage('~/test.jpg',0)
                    -dst = CV_Erode(img,"MORPH_RECT",3,1,"BORDER_CONSTANT",0);
                    - -

                    See also

                    -
                    - -

                    Authors

                    -
                    • Siddhesh Wani
                    -
                    - - - - diff --git a/help/en_US/scilab_en_US_help/CV_DistanceTransform.html b/help/en_US/scilab_en_US_help/CV_DistanceTransform.html deleted file mode 100644 index 12c1876f..00000000 --- a/help/en_US/scilab_en_US_help/CV_DistanceTransform.html +++ /dev/null @@ -1,87 +0,0 @@ - - - CV_DistanceTransform - - - -
                    - - - - -
                    - << CV_Dilate - - - Scilab 2 C Converter - - - CV_Erode >> - -
                    -
                    -
                    - - - - Scilab 2 C Converter >> Scilab 2 C Converter > CV_DistanceTransform - -

                    -

                    CV_DistanceTransform

                    -

                    function to calculate distance to closest zero pixels for each pixel

                    - - -

                    Calling Sequence

                    -
                    dst = CV_DistanceTransform(srcimg,distance_type,mask_size)
                    - -

                    Parameters

                    -
                    srcimg : -

                    Source 8-bit single-channel image.

                    -
                    distance_type : -

                    Type of distance. It can be CV_DIST_L1, CV_DIST_L2 , or CV_DIST_C

                    -
                    mask_size : -

                    Size of the distance transform mask

                    - -

                    Description

                    -

                    This function can be used to calculate distance to closest zero pixel for each pixel of the source image. Output is 32 bit floatingpoint, single channel image of the same size as that of source image.

                    -

                    This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for OpenCV

                    -

                    - -

                    Examples

                    -
                    img = CV_LoadImage('~/test.jpg',0)
                    -dst = CV_DistanceTransform(img,"CV_DIST_L1",3)
                    - - - -

                    Authors

                    -
                    • Siddhesh Wani
                    -
                    - -
                    - - - - - - -
                    Report an issue
                    - << CV_Dilate - - - Scilab 2 C Converter - - - CV_Erode >> - -
                    -
                    -
                    - - diff --git a/help/en_US/scilab_en_US_help/CV_Erode.html b/help/en_US/scilab_en_US_help/CV_Erode.html deleted file mode 100644 index fa428134..00000000 --- a/help/en_US/scilab_en_US_help/CV_Erode.html +++ /dev/null @@ -1,99 +0,0 @@ - - - CV_Erode - - - - - - - - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Erode - -

                    -

                    CV_Erode

                    -

                    Erodes an image by using a specific structuring element.

                    - - -

                    Calling Sequence

                    -
                    cvtimg = CV_Erode(srcimg,erosion_type,erosion_size,[iterations,border_type,border_value])
                    - -

                    Parameters

                    -
                    src : -

                    input image; the number of channels can be arbitrary, but the depth should be one of CV_8U, CV_16U, CV_16S, CV_32F or CV_64F.

                    -
                    erosion_type : -

                    can be one of : MORPH_RECT, MORPH_CROSS, MORPH_ELLIPSE

                    -
                    erosion_size : -

                    size of kernel to be used for erosion. Must be odd

                    -
                    iterations : -

                    number of times erosion is applied.

                    -
                    border_type : -

                    pixel extrapolation method.

                    -
                    border_value : -

                    border value in case of a constant border

                    - -

                    Description

                    -

                    This function can be used for eroding an image. Kernel used for erosion is decided by type and size. Size must always be odd. Anchor pint of kernel is always center of kernel. Input arguements 'iterations(1), border_type(BORDER_CONSTANT) and border_value' are optionals. Whwn not specified, default values as as mentioned in brackets.

                    -

                    border_type can be : -

                    • BORDER_REPLICATE: aaaaaa|abcdefgh|hhhhhhh
                    • -
                    • BORDER_REFLECT: fedcba|abcdefgh|hgfedcb
                    • -
                    • BORDER_REFLECT_101: gfedcb|abcdefgh|gfedcba
                    • -
                    • BORDER_WRAP: cdefgh|abcdefgh|abcdefg
                    • -
                    • BORDER_CONSTANT: iiiiii|abcdefgh|iiiiiii

                    -

                    This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for OpenCV

                    -

                    - -

                    Examples

                    -
                    img = CV_LoadImage('~/test.jpg',0)
                    -dst = CV_Erode(img,"MORPH_RECT",3,1,"BORDER_CONSTANT",0);
                    - -

                    See also

                    -
                    - -

                    Authors

                    -
                    • Siddhesh Wani
                    -
                    - - - - diff --git a/help/en_US/scilab_en_US_help/CV_GaussianBlur.html b/help/en_US/scilab_en_US_help/CV_GaussianBlur.html deleted file mode 100644 index a0381241..00000000 --- a/help/en_US/scilab_en_US_help/CV_GaussianBlur.html +++ /dev/null @@ -1,98 +0,0 @@ - - - CV_GaussianBlur - - - -
                    - - - - -
                    - << CV_Erode - - - Scilab 2 C Converter - - - CV_GetImgSize >> - -
                    -
                    -
                    - - - - Scilab 2 C Converter >> Scilab 2 C Converter > CV_GaussianBlur - -

                    -

                    CV_GaussianBlur

                    -

                    function to blur image using gaussian filter

                    - - -

                    Calling Sequence

                    -
                    cvtimg = CV_GaussianBlur(srcimg,ksize_width,ksize_height,sigma_x,sigma_y,border_type)
                    - -

                    Parameters

                    -
                    srcimg : -

                    Source image.

                    -
                    ksize_width, ksize_height : -

                    blurring kernel size. must be odd.

                    -
                    sigmaX : -

                    Gaussian kernel standard deviation in X direction.

                    -
                    sigmaY : -

                    Gaussian kernel standard deviation in Y direction;

                    -
                    border_type : -

                    border mode used to extrapolate pixels outside of the image.

                    - -

                    Description

                    -

                    This function can be used for blurring image using gaussian filter. Image can be of any depth and have any no of channels.

                    -

                    For sigmaX and sigmaY : if sigmaY is zero, it is set to be equal to sigmaX, if both sigmas are zeros, they are computed from ksize.width and ksize.height , respectively.

                    -

                    border_type can be : -

                    • BORDER_REPLICATE: aaaaaa|abcdefgh|hhhhhhh
                    • -
                    • BORDER_REFLECT: fedcba|abcdefgh|hgfedcb
                    • -
                    • BORDER_REFLECT_101: gfedcb|abcdefgh|gfedcba
                    • -
                    • BORDER_WRAP: cdefgh|abcdefgh|abcdefg
                    • -
                    • BORDER_CONSTANT: iiiiii|abcdefgh|iiiiiii

                    -

                    This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for OpenCV

                    -

                    - -

                    Examples

                    -
                    img = CV_LoadImage('~/test.jpg',0)
                    -dst = CV_GaussianBlur(img,3,3,0,0,"BORDER_CONSTANT")
                    - - - -

                    Authors

                    -
                    • Siddhesh Wani
                    -
                    - - - - diff --git a/help/en_US/scilab_en_US_help/CV_GetImgSize.html b/help/en_US/scilab_en_US_help/CV_GetImgSize.html deleted file mode 100644 index c86731d0..00000000 --- a/help/en_US/scilab_en_US_help/CV_GetImgSize.html +++ /dev/null @@ -1,84 +0,0 @@ - - - CV_GetImgSize - - - -
                    - - - - -
                    - << CV_GaussianBlur - - - Scilab 2 C Converter - - - CV_LoadImage >> - -
                    -
                    -
                    - - - - Scilab 2 C Converter >> Scilab 2 C Converter > CV_GetImgSize - -

                    -

                    CV_GetImgSize

                    -

                    function to get size of the image (width*height)

                    - - -

                    Calling Sequence

                    -
                    CV_GetImgSize(img)
                    - -

                    Parameters

                    -
                    img: -

                    image whose size is to be returned

                    - -

                    Description

                    -

                    This function can be used for retriving size information of the image. -It returs an array with first image element as width and second as height

                    -

                    This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for OpenCV

                    -

                    - -

                    Examples

                    -
                    img = CV_LoadImage('~/test.jpg',0)
                    -size = CV_GetImgSize(img)
                    - -

                    See also

                    -
                    - -

                    Authors

                    -
                    • Siddhesh Wani
                    -
                    - - - - diff --git a/help/en_US/scilab_en_US_help/CV_LoadImage.html b/help/en_US/scilab_en_US_help/CV_LoadImage.html deleted file mode 100644 index 4b3e9076..00000000 --- a/help/en_US/scilab_en_US_help/CV_LoadImage.html +++ /dev/null @@ -1,88 +0,0 @@ - - - CV_LoadImage - - - -
                    - - - - -
                    - << CV_GetImgSize - - - Scilab 2 C Converter - - - CV_MedianBlur >> - -
                    -
                    -
                    - - - - Scilab 2 C Converter >> Scilab 2 C Converter > CV_LoadImage - -

                    -

                    CV_LoadImage

                    -

                    function to load an image object from given filename

                    - - -

                    Calling Sequence

                    -
                    CV_LoadImage(filename,loadtype)
                    - -

                    Parameters

                    -
                    filename: -

                    name of file to be opened

                    -
                    loadtype: -

                    desired load method

                    - -

                    Description

                    -

                    This function can be used for loading a previously stored image

                    -

                    loadtype can take the following values: -

                    • less than 0 -> image is loaded as is (with alpha channel)

                    • -
                    • 0 -> image is loaded as greyscale

                    • -
                    • greater than 0 -> 3 channel color image is loaded

                    -

                    This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for OpenCV

                    -

                    - -

                    Examples

                    -
                    CV_LoadImage('~/test.jpg',0)
                    - -

                    See also

                    -
                    - -

                    Authors

                    -
                    • Siddhesh Wani
                    -
                    - - - - diff --git a/help/en_US/scilab_en_US_help/CV_MedianBlur.html b/help/en_US/scilab_en_US_help/CV_MedianBlur.html deleted file mode 100644 index 5ac57737..00000000 --- a/help/en_US/scilab_en_US_help/CV_MedianBlur.html +++ /dev/null @@ -1,86 +0,0 @@ - - - CV_MedianBlur - - - -
                    - - - - -
                    - << CV_LoadImage - - - Scilab 2 C Converter - - - CV_SaveImage >> - -
                    -
                    -
                    - - - - Scilab 2 C Converter >> Scilab 2 C Converter > CV_MedianBlur - -

                    -

                    CV_MedianBlur

                    -

                    function to blur image using median filter

                    - - -

                    Calling Sequence

                    -
                    cvtimg = CV_MedianBlur(srcimg,ksize)
                    - -

                    Parameters

                    -
                    srcimg : -

                    input 1-, 3-, or 4-channel image; when ksize is 3 or 5, the image depth should be CV_8U, CV_16U, or CV_32F, for larger aperture sizes, it can only be CV_8U.

                    -
                    ksize_width : -

                    aperture linear size; it must be odd and greater than 1, for example: 3, 5, 7 ...

                    - -

                    Description

                    -

                    This function can be used for blurring image using median -filter. Image can be of any depth and have any no of channels.

                    -

                    This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for OpenCV

                    -

                    - -

                    Examples

                    -
                    img = CV_LoadImage('~/test.jpg',0)
                    -dst = CV_MedianBlur(img,3)
                    - - - -

                    Authors

                    -
                    • Siddhesh Wani
                    -
                    - - - - diff --git a/help/en_US/scilab_en_US_help/CV_SaveImage.html b/help/en_US/scilab_en_US_help/CV_SaveImage.html deleted file mode 100644 index 857588b4..00000000 --- a/help/en_US/scilab_en_US_help/CV_SaveImage.html +++ /dev/null @@ -1,86 +0,0 @@ - - - CV_SaveImage - - - -
                    - - - - -
                    - << CV_MedianBlur - - - Scilab 2 C Converter - - - CV_ShowImage >> - -
                    -
                    -
                    - - - - Scilab 2 C Converter >> Scilab 2 C Converter > CV_SaveImage - -

                    -

                    CV_SaveImage

                    -

                    function to save an image object as a given filename

                    - - -

                    Calling Sequence

                    -
                    CV_SaveImage(filename,img)
                    - -

                    Parameters

                    -
                    filename: -

                    name of file image to be saved as

                    -
                    img: -

                    image to be saved

                    - -

                    Description

                    -

                    This function can be used for saving image. File format is detected -from file extension

                    -

                    This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for OpenCV

                    -

                    - -

                    Examples

                    -
                    img = CV_LoadImage('~/test.jpg',0)
                    -CV_SaveImage('test1.png',img)
                    - -

                    See also

                    -
                    - -

                    Authors

                    -
                    • Siddhesh Wani
                    -
                    - - - - diff --git a/help/en_US/scilab_en_US_help/CV_ShowImage.html b/help/en_US/scilab_en_US_help/CV_ShowImage.html deleted file mode 100644 index 2c6172f0..00000000 --- a/help/en_US/scilab_en_US_help/CV_ShowImage.html +++ /dev/null @@ -1,86 +0,0 @@ - - - CV_ShowImage - - - -
                    - - - - -
                    - << CV_SaveImage - - - Scilab 2 C Converter - - - CV_Threshold >> - -
                    -
                    -
                    - - - - Scilab 2 C Converter >> Scilab 2 C Converter > CV_ShowImage - -

                    -

                    CV_ShowImage

                    -

                    function to show an image

                    - - -

                    Calling Sequence

                    -
                    CV_ShowImage(img)
                    -CV_ShowImage(winname,img)
                    - -

                    Parameters

                    -
                    winname: -

                    name of window in which img is to be shown

                    -
                    img: -

                    image to be shown already acquired (from file/camera)

                    - -

                    Description

                    -

                    This function can be used for showing images

                    -

                    This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for OpenCV

                    -

                    - -

                    Examples

                    -
                    img = CV_LoadImage('~/test.jpg',0)
                    -CV_ShowImage(img)
                    - -

                    See also

                    -
                    - -

                    Authors

                    -
                    • Siddhesh Wani
                    -
                    - - - - diff --git a/help/en_US/scilab_en_US_help/CV_Threshold.html b/help/en_US/scilab_en_US_help/CV_Threshold.html deleted file mode 100644 index 301d6375..00000000 --- a/help/en_US/scilab_en_US_help/CV_Threshold.html +++ /dev/null @@ -1,90 +0,0 @@ - - - CV_Threshold - - - -
                    - - - - -
                    - << CV_ShowImage - - - Scilab 2 C Converter - - - CV_WaitKey >> - -
                    -
                    -
                    - - - - Scilab 2 C Converter >> Scilab 2 C Converter > CV_Threshold - -

                    -

                    CV_Threshold

                    -

                    function to threshold input image

                    - - -

                    Calling Sequence

                    -
                    dst = CV_Threshold(srcimg,code,threshold,max_value,thresh_type)
                    - -

                    Parameters

                    -
                    srcimg: -

                    source image to be converted

                    -
                    threshold: -

                    threshold value

                    -
                    max_value: -

                    maximum value to be used with THRESH_BINARY and THRESH_BINARY_INV

                    -
                    thresh_type: -

                    Type for threshold. It can one of the following: THRESH_BINARY, THRESH_BINARY_INV, THRESH_TRUNC, THRESH_TOZERO, THRESH_TOZERO_INV

                    - -

                    Description

                    -

                    This function can be used for converting an image to other colorspace. -Refer OpenCV documentation for list of available conversions

                    -

                    This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for OpenCV

                    -

                    - -

                    Examples

                    -
                    img = CV_LoadImage('~/test.jpg',0)
                    -dst = CV_Threshold(img,100,255,'THRESH_BINARY')
                    - -

                    See also

                    -
                    - -

                    Authors

                    -
                    • Siddhesh Wani
                    -
                    - - - - diff --git a/help/en_US/scilab_en_US_help/CV_WaitKey.html b/help/en_US/scilab_en_US_help/CV_WaitKey.html deleted file mode 100644 index dd95582a..00000000 --- a/help/en_US/scilab_en_US_help/CV_WaitKey.html +++ /dev/null @@ -1,83 +0,0 @@ - - - CV_WaitKey - - - -
                    - - - - -
                    - << CV_Threshold - - - Scilab 2 C Converter - - - -
                    -
                    -
                    - - - - Scilab 2 C Converter >> Scilab 2 C Converter > CV_WaitKey - -

                    -

                    CV_WaitKey

                    -

                    function similar to cvWaitKey

                    - - -

                    Calling Sequence

                    -
                    CV_WaitKey(delay)
                    - -

                    Parameters

                    -
                    delay: -

                    waiting delay, if 0 then wait till keypress

                    - -

                    Description

                    -

                    This function can be used for inseting some delay. This function must -follow CV_ShowImage to display image.

                    -

                    This is curretly dummy function. It provides no functionality but is required -for providing support for generating C code for OpenCV

                    -

                    - -

                    Examples

                    -
                    img = CV_LoadImage('~/test.jpg',0)
                    -CV_ShowImage('',img)
                    -CV_WaitKey(0);
                    - -

                    See also

                    -
                    - -

                    Authors

                    -
                    • Siddhesh Wani
                    -
                    - -
                    - - - - - - -
                    Report an issue
                    - << CV_Threshold - - - Scilab 2 C Converter - - - -
                    -
                    -
                    - - diff --git a/help/en_US/scilab_en_US_help/index.html b/help/en_US/scilab_en_US_help/index.html deleted file mode 100644 index 6b3300f4..00000000 --- a/help/en_US/scilab_en_US_help/index.html +++ /dev/null @@ -1,259 +0,0 @@ - - - - - - -
                    - - - - -
                    - - - - - -
                    -
                    -
                    - - - - -

                    -

                    Scilab 2 C Converter

                    -
                      - -
                    • Scilab 2 C Converter -
                      • AVRADCSetupFunction to initialise ADC of AVR
                      • - - - - - -
                      • AVRDigitalInFunction to get state (high\low) of a digital input pin on AVR
                      • - - - - - -
                      • AVRDigitalOutFunction to change state (high\low) of a digital output pin on AVR
                      • - - - - - -
                      • AVRDigitalPortSetupFunction to decide direction of port on AVR
                      • - - - - - -
                      • AVRDigitalSetupFunction to decide direction of a digital pin on AVR
                      • - - - - - -
                      • AVRGetTimerValueFunction to get timer count
                      • - - - - - -
                      • AVRPWM0SetDutyFunction to Set Duty cycle of PWM Output generated by Timer0 at OC0 pin.
                      • - - - - - -
                      • AVRPWM0SetupFunction to Setup OC0 pin for required PWM mode
                      • - - - - - -
                      • AVRPWM1SetDutyFunction to Set Duty cycle of PWM Output generated by Timer1 at OC1A or OC1B pin.
                      • - - - - - -
                      • AVRPWM1SetupFunction to Setup OC1A or OC1B pin for required PWM mode
                      • - - - - - -
                      • AVRPWM2SetDutyFunction to Set Duty cycle of PWM Output generated by Timer2 at OC2 pin.
                      • - - - - - -
                      • AVRPWM2SetupFunction to Setup OC2 pin for required PWM mode
                      • - - - - - -
                      • AVRReadADCFunction to get voltage on analog pin on AVR
                      • - - - - - -
                      • AVRSleepFunction to pause the execution for the given time.
                      • - - - - - -
                      • AVRTimerSetupFunction to setup Timers in ATmega16
                      • - - - - - -
                      • AVRUARTReceiveFunction to Receive Char value send to ATmega16 using UART or USART.
                      • - - - - - -
                      • AVRUARTSetupFunction to Setup Serial Communication i.e UART or USART in ATmega16.
                      • - - - - - -
                      • AVRUARTTransmitFunction to Transmit data using UART or USART.
                      • - - - - - -
                      • CV_AdaptiveThresholdfunction to adaptively threshold input image
                      • - - - - - -
                      • CV_Blurfunction to blur image using normalised box filter
                      • - - - - - -
                      • CV_CannyFinds edges in image using Canny algorithm
                      • - - - - - -
                      • CV_CornerHarrisFinds edges in image using Harris algorithm
                      • - - - - - -
                      • CV_CreateImagefunction to create an image object of given size and type
                      • - - - - - -
                      • CV_CvtColorfunction to convert image from one colorspace to other colorspace
                      • - - - - - -
                      • CV_Dilatedilates an image by using a specific structuring element.
                      • - - - - - -
                      • CV_DistanceTransformfunction to calculate distance to closest zero pixels for each pixel
                      • - - - - - -
                      • CV_ErodeErodes an image by using a specific structuring element.
                      • - - - - - -
                      • CV_GaussianBlurfunction to blur image using gaussian filter
                      • - - - - - -
                      • CV_GetImgSizefunction to get size of the image (width*height)
                      • - - - - - -
                      • CV_LoadImagefunction to load an image object from given filename
                      • - - - - - -
                      • CV_MedianBlurfunction to blur image using median filter
                      • - - - - - -
                      • CV_SaveImagefunction to save an image object as a given filename
                      • - - - - - -
                      • CV_ShowImagefunction to show an image
                      • - - - - - -
                      • CV_Thresholdfunction to threshold input image
                      • - - - - - -
                      • CV_WaitKeyfunction similar to cvWaitKey
                    -
                    - -
                    - - - - - - -
                    Report an issue
                    - - - - - -
                    -
                    -
                    - - diff --git a/help/en_US/scilab_en_US_help/jhelpidx.xml b/help/en_US/scilab_en_US_help/jhelpidx.xml deleted file mode 100644 index aa5a66e2..00000000 --- a/help/en_US/scilab_en_US_help/jhelpidx.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/help/en_US/scilab_en_US_help/jhelptoc.xml b/help/en_US/scilab_en_US_help/jhelptoc.xml deleted file mode 100644 index ab8411b9..00000000 --- a/help/en_US/scilab_en_US_help/jhelptoc.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/help/en_US/scilab_en_US_help/section_0da8c7f3adca54f0475553087384b7a7.html b/help/en_US/scilab_en_US_help/section_0da8c7f3adca54f0475553087384b7a7.html deleted file mode 100644 index 647ce7ce..00000000 --- a/help/en_US/scilab_en_US_help/section_0da8c7f3adca54f0475553087384b7a7.html +++ /dev/null @@ -1,259 +0,0 @@ - - - - - - -
                    - - - - -
                    - - - Scilab 2 C Converter - - - -
                    -
                    -
                    - - - - Scilab 2 C Converter >> Scilab 2 C Converter - -

                    -

                    Scilab 2 C Converter

                    -
                    • AVRADCSetupFunction to initialise ADC of AVR
                    • - - - - - -
                    • AVRDigitalInFunction to get state (high\low) of a digital input pin on AVR
                    • - - - - - -
                    • AVRDigitalOutFunction to change state (high\low) of a digital output pin on AVR
                    • - - - - - -
                    • AVRDigitalPortSetupFunction to decide direction of port on AVR
                    • - - - - - -
                    • AVRDigitalSetupFunction to decide direction of a digital pin on AVR
                    • - - - - - -
                    • AVRGetTimerValueFunction to get timer count
                    • - - - - - -
                    • AVRPWM0SetDutyFunction to Set Duty cycle of PWM Output generated by Timer0 at OC0 pin.
                    • - - - - - -
                    • AVRPWM0SetupFunction to Setup OC0 pin for required PWM mode
                    • - - - - - -
                    • AVRPWM1SetDutyFunction to Set Duty cycle of PWM Output generated by Timer1 at OC1A or OC1B pin.
                    • - - - - - -
                    • AVRPWM1SetupFunction to Setup OC1A or OC1B pin for required PWM mode
                    • - - - - - -
                    • AVRPWM2SetDutyFunction to Set Duty cycle of PWM Output generated by Timer2 at OC2 pin.
                    • - - - - - -
                    • AVRPWM2SetupFunction to Setup OC2 pin for required PWM mode
                    • - - - - - -
                    • AVRReadADCFunction to get voltage on analog pin on AVR
                    • - - - - - -
                    • AVRSleepFunction to pause the execution for the given time.
                    • - - - - - -
                    • AVRTimerSetupFunction to setup Timers in ATmega16
                    • - - - - - -
                    • AVRUARTReceiveFunction to Receive Char value send to ATmega16 using UART or USART.
                    • - - - - - -
                    • AVRUARTSetupFunction to Setup Serial Communication i.e UART or USART in ATmega16.
                    • - - - - - -
                    • AVRUARTTransmitFunction to Transmit data using UART or USART.
                    • - - - - - -
                    • CV_AdaptiveThresholdfunction to adaptively threshold input image
                    • - - - - - -
                    • CV_Blurfunction to blur image using normalised box filter
                    • - - - - - -
                    • CV_CannyFinds edges in image using Canny algorithm
                    • - - - - - -
                    • CV_CornerHarrisFinds edges in image using Harris algorithm
                    • - - - - - -
                    • CV_CreateImagefunction to create an image object of given size and type
                    • - - - - - -
                    • CV_CvtColorfunction to convert image from one colorspace to other colorspace
                    • - - - - - -
                    • CV_Dilatedilates an image by using a specific structuring element.
                    • - - - - - -
                    • CV_DistanceTransformfunction to calculate distance to closest zero pixels for each pixel
                    • - - - - - -
                    • CV_ErodeErodes an image by using a specific structuring element.
                    • - - - - - -
                    • CV_GaussianBlurfunction to blur image using gaussian filter
                    • - - - - - -
                    • CV_GetImgSizefunction to get size of the image (width*height)
                    • - - - - - -
                    • CV_LoadImagefunction to load an image object from given filename
                    • - - - - - -
                    • CV_MedianBlurfunction to blur image using median filter
                    • - - - - - -
                    • CV_SaveImagefunction to save an image object as a given filename
                    • - - - - - -
                    • CV_ShowImagefunction to show an image
                    • - - - - - -
                    • CV_Thresholdfunction to threshold input image
                    • - - - - - -
                    • CV_WaitKeyfunction similar to cvWaitKey
                    -
                    - -
                    - - - - - - -
                    Report an issue
                    - - - Scilab 2 C Converter - - - -
                    -
                    -
                    - - diff --git a/help/en_US/scilab_en_US_help/section_473a2b9e79723ff76a7f243f85d2b6b8.html b/help/en_US/scilab_en_US_help/section_473a2b9e79723ff76a7f243f85d2b6b8.html deleted file mode 100644 index 647ce7ce..00000000 --- a/help/en_US/scilab_en_US_help/section_473a2b9e79723ff76a7f243f85d2b6b8.html +++ /dev/null @@ -1,259 +0,0 @@ - - - - - - -
                    - - - - -
                    - - - Scilab 2 C Converter - - - -
                    -
                    -
                    - - - - Scilab 2 C Converter >> Scilab 2 C Converter - -

                    -

                    Scilab 2 C Converter

                    -
                    • AVRADCSetupFunction to initialise ADC of AVR
                    • - - - - - -
                    • AVRDigitalInFunction to get state (high\low) of a digital input pin on AVR
                    • - - - - - -
                    • AVRDigitalOutFunction to change state (high\low) of a digital output pin on AVR
                    • - - - - - -
                    • AVRDigitalPortSetupFunction to decide direction of port on AVR
                    • - - - - - -
                    • AVRDigitalSetupFunction to decide direction of a digital pin on AVR
                    • - - - - - -
                    • AVRGetTimerValueFunction to get timer count
                    • - - - - - -
                    • AVRPWM0SetDutyFunction to Set Duty cycle of PWM Output generated by Timer0 at OC0 pin.
                    • - - - - - -
                    • AVRPWM0SetupFunction to Setup OC0 pin for required PWM mode
                    • - - - - - -
                    • AVRPWM1SetDutyFunction to Set Duty cycle of PWM Output generated by Timer1 at OC1A or OC1B pin.
                    • - - - - - -
                    • AVRPWM1SetupFunction to Setup OC1A or OC1B pin for required PWM mode
                    • - - - - - -
                    • AVRPWM2SetDutyFunction to Set Duty cycle of PWM Output generated by Timer2 at OC2 pin.
                    • - - - - - -
                    • AVRPWM2SetupFunction to Setup OC2 pin for required PWM mode
                    • - - - - - -
                    • AVRReadADCFunction to get voltage on analog pin on AVR
                    • - - - - - -
                    • AVRSleepFunction to pause the execution for the given time.
                    • - - - - - -
                    • AVRTimerSetupFunction to setup Timers in ATmega16
                    • - - - - - -
                    • AVRUARTReceiveFunction to Receive Char value send to ATmega16 using UART or USART.
                    • - - - - - -
                    • AVRUARTSetupFunction to Setup Serial Communication i.e UART or USART in ATmega16.
                    • - - - - - -
                    • AVRUARTTransmitFunction to Transmit data using UART or USART.
                    • - - - - - -
                    • CV_AdaptiveThresholdfunction to adaptively threshold input image
                    • - - - - - -
                    • CV_Blurfunction to blur image using normalised box filter
                    • - - - - - -
                    • CV_CannyFinds edges in image using Canny algorithm
                    • - - - - - -
                    • CV_CornerHarrisFinds edges in image using Harris algorithm
                    • - - - - - -
                    • CV_CreateImagefunction to create an image object of given size and type
                    • - - - - - -
                    • CV_CvtColorfunction to convert image from one colorspace to other colorspace
                    • - - - - - -
                    • CV_Dilatedilates an image by using a specific structuring element.
                    • - - - - - -
                    • CV_DistanceTransformfunction to calculate distance to closest zero pixels for each pixel
                    • - - - - - -
                    • CV_ErodeErodes an image by using a specific structuring element.
                    • - - - - - -
                    • CV_GaussianBlurfunction to blur image using gaussian filter
                    • - - - - - -
                    • CV_GetImgSizefunction to get size of the image (width*height)
                    • - - - - - -
                    • CV_LoadImagefunction to load an image object from given filename
                    • - - - - - -
                    • CV_MedianBlurfunction to blur image using median filter
                    • - - - - - -
                    • CV_SaveImagefunction to save an image object as a given filename
                    • - - - - - -
                    • CV_ShowImagefunction to show an image
                    • - - - - - -
                    • CV_Thresholdfunction to threshold input image
                    • - - - - - -
                    • CV_WaitKeyfunction similar to cvWaitKey
                    -
                    - -
                    - - - - - - -
                    Report an issue
                    - - - Scilab 2 C Converter - - - -
                    -
                    -
                    - - diff --git a/help/en_US/scilab_en_US_help/section_4d177ceb9ae128b1850140a7901a140a.html b/help/en_US/scilab_en_US_help/section_4d177ceb9ae128b1850140a7901a140a.html deleted file mode 100644 index 647ce7ce..00000000 --- a/help/en_US/scilab_en_US_help/section_4d177ceb9ae128b1850140a7901a140a.html +++ /dev/null @@ -1,259 +0,0 @@ - - - - - - -
                    - - - - -
                    - - - Scilab 2 C Converter - - - -
                    -
                    -
                    - - - - Scilab 2 C Converter >> Scilab 2 C Converter - -

                    -

                    Scilab 2 C Converter

                    -
                    • AVRADCSetupFunction to initialise ADC of AVR
                    • - - - - - -
                    • AVRDigitalInFunction to get state (high\low) of a digital input pin on AVR
                    • - - - - - -
                    • AVRDigitalOutFunction to change state (high\low) of a digital output pin on AVR
                    • - - - - - -
                    • AVRDigitalPortSetupFunction to decide direction of port on AVR
                    • - - - - - -
                    • AVRDigitalSetupFunction to decide direction of a digital pin on AVR
                    • - - - - - -
                    • AVRGetTimerValueFunction to get timer count
                    • - - - - - -
                    • AVRPWM0SetDutyFunction to Set Duty cycle of PWM Output generated by Timer0 at OC0 pin.
                    • - - - - - -
                    • AVRPWM0SetupFunction to Setup OC0 pin for required PWM mode
                    • - - - - - -
                    • AVRPWM1SetDutyFunction to Set Duty cycle of PWM Output generated by Timer1 at OC1A or OC1B pin.
                    • - - - - - -
                    • AVRPWM1SetupFunction to Setup OC1A or OC1B pin for required PWM mode
                    • - - - - - -
                    • AVRPWM2SetDutyFunction to Set Duty cycle of PWM Output generated by Timer2 at OC2 pin.
                    • - - - - - -
                    • AVRPWM2SetupFunction to Setup OC2 pin for required PWM mode
                    • - - - - - -
                    • AVRReadADCFunction to get voltage on analog pin on AVR
                    • - - - - - -
                    • AVRSleepFunction to pause the execution for the given time.
                    • - - - - - -
                    • AVRTimerSetupFunction to setup Timers in ATmega16
                    • - - - - - -
                    • AVRUARTReceiveFunction to Receive Char value send to ATmega16 using UART or USART.
                    • - - - - - -
                    • AVRUARTSetupFunction to Setup Serial Communication i.e UART or USART in ATmega16.
                    • - - - - - -
                    • AVRUARTTransmitFunction to Transmit data using UART or USART.
                    • - - - - - -
                    • CV_AdaptiveThresholdfunction to adaptively threshold input image
                    • - - - - - -
                    • CV_Blurfunction to blur image using normalised box filter
                    • - - - - - -
                    • CV_CannyFinds edges in image using Canny algorithm
                    • - - - - - -
                    • CV_CornerHarrisFinds edges in image using Harris algorithm
                    • - - - - - -
                    • CV_CreateImagefunction to create an image object of given size and type
                    • - - - - - -
                    • CV_CvtColorfunction to convert image from one colorspace to other colorspace
                    • - - - - - -
                    • CV_Dilatedilates an image by using a specific structuring element.
                    • - - - - - -
                    • CV_DistanceTransformfunction to calculate distance to closest zero pixels for each pixel
                    • - - - - - -
                    • CV_ErodeErodes an image by using a specific structuring element.
                    • - - - - - -
                    • CV_GaussianBlurfunction to blur image using gaussian filter
                    • - - - - - -
                    • CV_GetImgSizefunction to get size of the image (width*height)
                    • - - - - - -
                    • CV_LoadImagefunction to load an image object from given filename
                    • - - - - - -
                    • CV_MedianBlurfunction to blur image using median filter
                    • - - - - - -
                    • CV_SaveImagefunction to save an image object as a given filename
                    • - - - - - -
                    • CV_ShowImagefunction to show an image
                    • - - - - - -
                    • CV_Thresholdfunction to threshold input image
                    • - - - - - -
                    • CV_WaitKeyfunction similar to cvWaitKey
                    -
                    - -
                    - - - - - - -
                    Report an issue
                    - - - Scilab 2 C Converter - - - -
                    -
                    -
                    - - diff --git a/help/en_US/scilab_en_US_help/section_c4a64b600f61b91c1ebf30f1b892cb10.html b/help/en_US/scilab_en_US_help/section_c4a64b600f61b91c1ebf30f1b892cb10.html deleted file mode 100644 index 647ce7ce..00000000 --- a/help/en_US/scilab_en_US_help/section_c4a64b600f61b91c1ebf30f1b892cb10.html +++ /dev/null @@ -1,259 +0,0 @@ - - - - - - -
                    - - - - -
                    - - - Scilab 2 C Converter - - - -
                    -
                    -
                    - - - - Scilab 2 C Converter >> Scilab 2 C Converter - -

                    -

                    Scilab 2 C Converter

                    -
                    • AVRADCSetupFunction to initialise ADC of AVR
                    • - - - - - -
                    • AVRDigitalInFunction to get state (high\low) of a digital input pin on AVR
                    • - - - - - -
                    • AVRDigitalOutFunction to change state (high\low) of a digital output pin on AVR
                    • - - - - - -
                    • AVRDigitalPortSetupFunction to decide direction of port on AVR
                    • - - - - - -
                    • AVRDigitalSetupFunction to decide direction of a digital pin on AVR
                    • - - - - - -
                    • AVRGetTimerValueFunction to get timer count
                    • - - - - - -
                    • AVRPWM0SetDutyFunction to Set Duty cycle of PWM Output generated by Timer0 at OC0 pin.
                    • - - - - - -
                    • AVRPWM0SetupFunction to Setup OC0 pin for required PWM mode
                    • - - - - - -
                    • AVRPWM1SetDutyFunction to Set Duty cycle of PWM Output generated by Timer1 at OC1A or OC1B pin.
                    • - - - - - -
                    • AVRPWM1SetupFunction to Setup OC1A or OC1B pin for required PWM mode
                    • - - - - - -
                    • AVRPWM2SetDutyFunction to Set Duty cycle of PWM Output generated by Timer2 at OC2 pin.
                    • - - - - - -
                    • AVRPWM2SetupFunction to Setup OC2 pin for required PWM mode
                    • - - - - - -
                    • AVRReadADCFunction to get voltage on analog pin on AVR
                    • - - - - - -
                    • AVRSleepFunction to pause the execution for the given time.
                    • - - - - - -
                    • AVRTimerSetupFunction to setup Timers in ATmega16
                    • - - - - - -
                    • AVRUARTReceiveFunction to Receive Char value send to ATmega16 using UART or USART.
                    • - - - - - -
                    • AVRUARTSetupFunction to Setup Serial Communication i.e UART or USART in ATmega16.
                    • - - - - - -
                    • AVRUARTTransmitFunction to Transmit data using UART or USART.
                    • - - - - - -
                    • CV_AdaptiveThresholdfunction to adaptively threshold input image
                    • - - - - - -
                    • CV_Blurfunction to blur image using normalised box filter
                    • - - - - - -
                    • CV_CannyFinds edges in image using Canny algorithm
                    • - - - - - -
                    • CV_CornerHarrisFinds edges in image using Harris algorithm
                    • - - - - - -
                    • CV_CreateImagefunction to create an image object of given size and type
                    • - - - - - -
                    • CV_CvtColorfunction to convert image from one colorspace to other colorspace
                    • - - - - - -
                    • CV_Dilatedilates an image by using a specific structuring element.
                    • - - - - - -
                    • CV_DistanceTransformfunction to calculate distance to closest zero pixels for each pixel
                    • - - - - - -
                    • CV_ErodeErodes an image by using a specific structuring element.
                    • - - - - - -
                    • CV_GaussianBlurfunction to blur image using gaussian filter
                    • - - - - - -
                    • CV_GetImgSizefunction to get size of the image (width*height)
                    • - - - - - -
                    • CV_LoadImagefunction to load an image object from given filename
                    • - - - - - -
                    • CV_MedianBlurfunction to blur image using median filter
                    • - - - - - -
                    • CV_SaveImagefunction to save an image object as a given filename
                    • - - - - - -
                    • CV_ShowImagefunction to show an image
                    • - - - - - -
                    • CV_Thresholdfunction to threshold input image
                    • - - - - - -
                    • CV_WaitKeyfunction similar to cvWaitKey
                    -
                    - -
                    - - - - - - -
                    Report an issue
                    - - - Scilab 2 C Converter - - - -
                    -
                    -
                    - - diff --git a/help/en_US/scilab_en_US_help/section_de1a1188d71074f6718f9b3e65179365.html b/help/en_US/scilab_en_US_help/section_de1a1188d71074f6718f9b3e65179365.html deleted file mode 100644 index 647ce7ce..00000000 --- a/help/en_US/scilab_en_US_help/section_de1a1188d71074f6718f9b3e65179365.html +++ /dev/null @@ -1,259 +0,0 @@ - - - - - - -
                    - - - - -
                    - - - Scilab 2 C Converter - - - -
                    -
                    -
                    - - - - Scilab 2 C Converter >> Scilab 2 C Converter - -

                    -

                    Scilab 2 C Converter

                    -
                    • AVRADCSetupFunction to initialise ADC of AVR
                    • - - - - - -
                    • AVRDigitalInFunction to get state (high\low) of a digital input pin on AVR
                    • - - - - - -
                    • AVRDigitalOutFunction to change state (high\low) of a digital output pin on AVR
                    • - - - - - -
                    • AVRDigitalPortSetupFunction to decide direction of port on AVR
                    • - - - - - -
                    • AVRDigitalSetupFunction to decide direction of a digital pin on AVR
                    • - - - - - -
                    • AVRGetTimerValueFunction to get timer count
                    • - - - - - -
                    • AVRPWM0SetDutyFunction to Set Duty cycle of PWM Output generated by Timer0 at OC0 pin.
                    • - - - - - -
                    • AVRPWM0SetupFunction to Setup OC0 pin for required PWM mode
                    • - - - - - -
                    • AVRPWM1SetDutyFunction to Set Duty cycle of PWM Output generated by Timer1 at OC1A or OC1B pin.
                    • - - - - - -
                    • AVRPWM1SetupFunction to Setup OC1A or OC1B pin for required PWM mode
                    • - - - - - -
                    • AVRPWM2SetDutyFunction to Set Duty cycle of PWM Output generated by Timer2 at OC2 pin.
                    • - - - - - -
                    • AVRPWM2SetupFunction to Setup OC2 pin for required PWM mode
                    • - - - - - -
                    • AVRReadADCFunction to get voltage on analog pin on AVR
                    • - - - - - -
                    • AVRSleepFunction to pause the execution for the given time.
                    • - - - - - -
                    • AVRTimerSetupFunction to setup Timers in ATmega16
                    • - - - - - -
                    • AVRUARTReceiveFunction to Receive Char value send to ATmega16 using UART or USART.
                    • - - - - - -
                    • AVRUARTSetupFunction to Setup Serial Communication i.e UART or USART in ATmega16.
                    • - - - - - -
                    • AVRUARTTransmitFunction to Transmit data using UART or USART.
                    • - - - - - -
                    • CV_AdaptiveThresholdfunction to adaptively threshold input image
                    • - - - - - -
                    • CV_Blurfunction to blur image using normalised box filter
                    • - - - - - -
                    • CV_CannyFinds edges in image using Canny algorithm
                    • - - - - - -
                    • CV_CornerHarrisFinds edges in image using Harris algorithm
                    • - - - - - -
                    • CV_CreateImagefunction to create an image object of given size and type
                    • - - - - - -
                    • CV_CvtColorfunction to convert image from one colorspace to other colorspace
                    • - - - - - -
                    • CV_Dilatedilates an image by using a specific structuring element.
                    • - - - - - -
                    • CV_DistanceTransformfunction to calculate distance to closest zero pixels for each pixel
                    • - - - - - -
                    • CV_ErodeErodes an image by using a specific structuring element.
                    • - - - - - -
                    • CV_GaussianBlurfunction to blur image using gaussian filter
                    • - - - - - -
                    • CV_GetImgSizefunction to get size of the image (width*height)
                    • - - - - - -
                    • CV_LoadImagefunction to load an image object from given filename
                    • - - - - - -
                    • CV_MedianBlurfunction to blur image using median filter
                    • - - - - - -
                    • CV_SaveImagefunction to save an image object as a given filename
                    • - - - - - -
                    • CV_ShowImagefunction to show an image
                    • - - - - - -
                    • CV_Thresholdfunction to threshold input image
                    • - - - - - -
                    • CV_WaitKeyfunction similar to cvWaitKey
                    -
                    - -
                    - - - - - - -
                    Report an issue
                    - - - Scilab 2 C Converter - - - -
                    -
                    -
                    - - -- cgit From 01508f707b01890e6c214a0fceb90c6a3db5cf57 Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Fri, 7 Jul 2017 11:07:09 +0530 Subject: Removed mistakes in disp function --- help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS | Bin 3051 -> 14 bytes .../scilab_en_US_help/JavaHelpSearch/DOCS.TAB | 3 +- .../en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS | Bin 141 -> 6 bytes .../scilab_en_US_help/JavaHelpSearch/POSITIONS | Bin 13906 -> 13 bytes help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA | 2 +- help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP | Bin 10240 -> 2048 bytes help/en_US/scilab_en_US_help/jhelpmap.jhm | 36 --------------------- 7 files changed, 2 insertions(+), 39 deletions(-) (limited to 'help/en_US/scilab_en_US_help') diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS index 6e12a853..ef464238 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB index 42bb1b6c..e3c71bfd 100644 --- a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB +++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB @@ -1,2 +1 @@ -euuuuu}S __'_u-}__uuuXr F~|`\hX`["lZtX`_Em몥0Xnj1~ŮtLR!!**;LpHpJ.(X1ܼL/|2ơ*80̺. -Kh /BaR3*+0""8 00ʋ2̋K 0 \ No newline at end of file +ej` \ No newline at end of file diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS index 9e0716f0..1324712c 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS index 8abc6e39..9c9d28db 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA index 94a57bbd..a646b005 100644 --- a/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA +++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA @@ -1,2 +1,2 @@ JavaSearch 1.0 -TMAP bs=2048 rt=1 fl=-1 id1=732 id2=1 +TMAP bs=2048 rt=0 fl=-1 id1=10 id2=1 diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP index b3190be2..ee0149cc 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP and b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP differ diff --git a/help/en_US/scilab_en_US_help/jhelpmap.jhm b/help/en_US/scilab_en_US_help/jhelpmap.jhm index 1a6e035b..cdbcb20a 100644 --- a/help/en_US/scilab_en_US_help/jhelpmap.jhm +++ b/help/en_US/scilab_en_US_help/jhelpmap.jhm @@ -2,40 +2,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit