DZDDPZ6 Image filtration. Doc. Dr. Ing. Jiří Horák Institute of Geoinformatics VŠB-TU Ostrava

Rozměr: px
Začít zobrazení ze stránky:

Download "DZDDPZ6 Image filtration. Doc. Dr. Ing. Jiří Horák Institute of Geoinformatics VŠB-TU Ostrava"

Transkript

1 DZDDPZ6 Image filtration Doc. Dr. Ing. Jiří Horák Institute of Geoinformatics VŠB-TU Ostrava

2 Spatial enhancement - filtration Focal operation, using moving window (kernel), new value is calculated in the middle of the window and written into to the final image The whole image is systematically run through (raw by raw) and small surroundings around the point are explored

3 Spatial frequency Characteristics of digital image Describe the velocity of value changes in the image according to the distance (scale dependent) nulová nízká vysoká prostorová frekvence prostorová frekvence prostorová frekvence zero spatial frequency low spatial frequency high spatial frequency

4 Convolution Convolution movement of the window by one pixel in the whole area of image matrix Shape of filtration window (Convolution mask, core) - squares, eventually circle (squares with empty edges), irregular squares size 3x3, 5x5, etc. (usually odd number) Marginal pixels of the image not included in the output image (NULL value or reduce the size of the raster) or value replicated

5 Filtration amendment Filtration usually do not used specific knowledge about the image. Difficulties known surroundings just around the processed point is small. If some a priori information about the image is available (i.e. known statistical parameters of the noise, it can be used in algorithms. From the point of view of the Shannon theory during filtration you will not obtain no new information. You can only supress or enhance some information. If you need to increase the total information content of the image, you have to improve the process of information collection.

6 User filters ERDAS

7 User filters TNTmips

8 Local filtration Distinguish linear and unlinear methods. linear operation calculate the value in the output image as an linear combination of values in the input image in small surroundings O around the representative pixel. Application of the convolution formula. Unlinear methods do not use convolution formula. Median, rotating window etc.

9 Convolution Formula V f ij dij q q i 1 j 1 F f ij = koeficient konvolučního filtru na pozici i,j (ve filtru) d ij = DN obrazového elementu, který odpovídá f ij q = rozměr filtru (je-li q = 3, má filtr 3x3 hodnot) F = součet koeficientů filtru (ošetření dělení nulou: F=0 => F = 1) V = hodnota výstupního pixelu (v případě, že V<0, => V = nula)

10 Application of the linear convolution filter Convolution Kernel Input Data Convolution Filtering integer((-1x) + (-1x6) + (-1x6) + (-1x2) + (16x) + (-1x6) + (-1x2) + (-1x2) + (-1x) : ( ( )) = = int((12-40) : (16-)) = int(/) = int(11) = 11

11 Acceleration the computation - decomposition Filter separability convolution mask in p-dimension surroundings (usually p=2 or 3) can be decomposed as a multiplication of the one-dimensional masks, which leads to the reduction of number of multiplication and adding

12 Calculation acceleration reusing Recursive filters Usually inputs to the calculation during convolution are original unchanged values and calculated values are stored into the output image. Using recursive filters values calculated during the previous step (position of the filter mask) are used as the input values in the new calculation (the known part of required values).

13 Example of the simplest recursive filter One-dimensional mean with (2n+1) points (n from the centre to both sides) Calculation: Compare f(x) and f(x-1), majority of elements are the same, only one is over and one is missing Thus use f(x-1) and only missing points are added and surplus is eliminated Modified calculation (utilisation of the calculation from the previous step):

14 Local filtration Image enhancement: Low frequency filters Averaging and smoothing, enhancing low frequencies, noise elimination High frequency filters Image sharpening, enhancing high frequencies. Edge operators. enhancing contrast between objects and background. Other utilisation : Postclassification filters modification of classification results. Low frequency filters.

15 Image smoothing Averaging of more images easiest smoothing of random noise is to use several images of the same scene. Averaging of pixel values on one place. It is NOT filtration. Low frequency filters only 1 image. We confide on data surplus in the image. Neighbour pixels usually have the same or similar value of brightness. The noise can be repaired due to the analysis of brightness in the defined surroundings. New value may be typical value from the neighbourhood or using some combination.

16 Low frequency filters

17 Low-Frequency Filtering Decreasing high-frequency information (reduction of DN in the central pixel excessing surrounding values) Decreasing the range of output pixel values => necessity of contrast enhancement Dependency of smoothing level to the size of filter larger filters more smoothing

18 Linear methods of smoothing Calculate the new value as a linear combination of neighbouring values. The conditions of linear calculation is violate due to the fact that brightness values cannot be negative and even more they are restricted to the value range. Similarly images are limited in the space, thus premises of spatial invariance is valid only for the limited range of convolution masks movement. Convolution can be also performed as a multiplication of the Fourier image of the scene and the Fourier image of the convolution mask.

19 Low-Frequency Filters Mean filter calculate the mean in the window, round to the integer and write to the central pixel (in the output layer) ), ( 9 1 ), ( k l l j k i f j i p Dobrovolný

20 Mean filter smoothing Replace the original DN value of the pixel by the mean from the defined surroundings Eliminate errors (degradation) in the image Suitable to reduce noise in the large homogeneous areas unsuitable to reduce noise in certain types of inhomogeneous areas liquidate edges (linear elements) Filtration can be repeated

21 Mean filter recommended usage ideální obraz degradovaný obraz opravený obraz znehodnocení obrazu rekonstrukce obrazu

22 Mean filter unrecommended usage ideální obraz degradovaný obraz opravený obraz znehodnocení obrazu rekonstrukce obrazu průměrováním Defocus edges

23 obraz před filtrací Průměrový filtr

24 Průměrový filtr 3x3 obraz po filtraci

25 Hlaváč Simple averaging (mean)

26 p( i, j) k1l 1 f ( i k, j l) p( i, j)

27 Dobrovolný

28 Nonlinear methods of smoothing Nonlinear filtration methods partly eliminate difficulties with edge tearing (defocusing) Selection of homogeneous areas try to find the part of the analysed surroundings (area with approximately same DN), to which the pixel belongs Only pixels of this area are used to search appropriate value (i.e. mean or selection of one DN value), which will represent the whole surroundings in the output image. It is natural to search representatives only inside such object; the selection is the nonlinear operation.

29 Nonlinear smoothing - methods Mean filter with rotated window Nearest neighbour Ordinary mean with limited changes of values Median filtration Modal filtration Sieve filter Mean filter for linear elements with rotated window Mean filter with inverse gradient Gauss filter

30 Method of rotated mask Small mask (i.e. 3x3) rotates around the representative point. possible placements of the mask (+ central = 9). Calculate variance of values in each mask. The mask with the smallest variance is selected as a homogeneous surroundings of the representative point. The new value of the representative point can be calculated as a mean in the selected mask = mean with rotated window.

31 Method of rotated mask Can be used iteratively process relatively quickly converge into stabile status when the image do not change. The size and shape of the mask influence the velocity of convergence. The smaller are the masks, smaller are changes and more iteration are needed.

32 Mean filter with rotated window Uses the method of rotated mask Smoothing filter advantage - anticipate the occurrence of edges in the image and keep them The method does not blur edges in the image, it has slightly sharpening effect. disadvantage eliminate linear features

33 Mean filter with rotated window Unsuitable usage Eliminates linear features obraz s liniovým prvkem filtrovaný obraz ????????????????????????? průměrová filtrace rotujícím oknem

34 Nearest neighbour Averaging only pixels with close values. It means that the difference between the DN value of the given pixel and the central pixel is less than defined threshold Low variance

35 Ordinary mean with limited change of values Uses ordinary mean, but protect the blurring of edges enabling only difference of DN change between the input and output values (result of averaging) within some range. If the difference is smaller than the threshold, the result of averaging is used, otherwise the original value is unchanged. Recommended to repair of large area errors without any impact to the rest of the image and for the simple averaging without damaging edges.

36 Median filtration Use median of the values in surroundings median central member of ordered sequence of values Use sequences with uneven number of members to easy determine the central element (3x3, 5x5) Reduces local noise and edge blurring Can be use iteratively Main disadvantage in rectangle surroundings break thin lines and sharp corners in the image. It requires to use different shape of surroundings ,3,5,5,6,7,9,10, MEDIAN =

37 Hlaváč Median filtration

38 Modal filtration Uses mode from the set of values = the most frequent value in the window Advantage keep original values

39 Sieve filtration Sieve eliminate polygons smaller than given threshold. They are attached to the neighbouring polygons (obtain the value of the larger polygon) Used for modification of classification results Threshold of the area (number of pixels) is required

40 Averaging for linear features Used when important lines or edges occur in the image Simple averaging destroys linear features Used methods: Variants of rotated window Gradient calculation calculation of variances etc.

41 Averaging for linear features - filter with rotated window (2nd variant) 4 masks (= rotated window ) are applied they are multiplied with the original image Select the minimal value of these 4 multiplications Such selected mask (window) is suitable for further averaging

42 Averaging for linear features - averaging with inverse gradient Gradient detects the direction of probable line in the image According to the direction suitable process of averaging is selected I.e. application of Roberts gradient

43 Averaging with inverse gradient Roberts gradient probability of the edge presence g( i, j) max{ f ( i, j) f ( i 1, j 1), f ( i 1, j) f ( i, j 1) } f(i,j) = grey value g(i,j) = Roberts gradient

44 Averaging with inverse gradient Mild edge defocusing Redistribution of coefficient weights elimination of the influence of points on edges during the calculation of the value Weight of point contribution : Resulting filtered value for image point: ), ( ), ( max j i g grad j i ), ( ), ( )., ( ), ( k l k l F l j k i l j k i l j k i f j i f

45 Frequently used Gaussian filter Filtration with weights derived from Gauss function V Simple variant for 3x3: p( i, j) k1l 1 V ( i, j)* p( i, Usually we have no sufficient approximation of the Gaussian curve, it is recommended to use the core with 6 σ j)

46 Gaussian filter For small σ is better to use convolution. convolution core is separable and can be divided into 2 convolutions with one dimensional cores. It results in time reduction thanks to change quadratic dependency of time on the convolution size to linear dependency. First, convolution in X direction is computed and then convolution in Y direction. Computation fastening for large σ: Use Fourier transformation (convolution can be changed to multiplication in Fourier domain) Use recurrent filters - better

47 High frequency filters

48 High-Frequency Filters High-Frequency Filters, High-Pass Filters Elimination of low frequency information (increase the difference between central pixel and surroundings) Increase the range of output values of the grey levels Increase spatial frequency of the image

49 High-Frequency Filters - usage Edge Enhancer and Line enhancer preparation of vectorization Image sharpening Emphasize objects and phenomena smaller then half of the filtration image elimination of objects and phenomena larger then half of the filtration Main classification: Edge and Line Detection Edge and Line Enhancement

50 Edge vs. Line Discontinuities in the image (in the grey tone image) Significant, or sharp change of values in the image Edge - border between two different surfaces, theoretically zero width Line thin both-sided edge Common edge can be anything with the change of image values according following types (next slide)

51 Types of edge DN Value DN Value slope DN change 90 0 DN change Slope midpoint Ramp edge x or y x or y Step edge (stupňovitá) DN Value width DN change Line x or y DN Value Width near 0 DN Value Width near 0 DN change DN change Roof edge (střechovitá) x or y x or y Ditch edge (příkopová)

52 Edge problems Problem of accurate positioning: 1. Too wide area of intensity changes. Where is the edge, in the centre of the area? 2. Ubiquitous noise. What of the intensity changes is an edge and what is noise? The noise should be eliminated by suitable pre-processing using low-frequency linear filters (i.e. Gaussian) or non-linear filters (i.e. median). Edge on the border of 2 different textures: Difficult to detect by classic methods (1st or 2nd order of derivation they find edges inside textures not on their border. Use different methods pattern matching or statistical methods. Problem of multispectral image Does the edge occur in only one band or in some bands?

53 Edges in multispectral and colour images Point represented by the vector of values Use discontinuities in intensities (brightness) of a multispectral image (weighted sum of brightness from all bands) Use discontinuities in colours of a coloured image (based on a ratio of values from different bands)

54 Parallel Thinning Edge extraction Line has not the width of 1 pixel Known orientation of edges detection perpendicular to the known direction, the highest value is considered as an axis of the edge, other pixels are set to 0. Unknown orientation of edges window 3x3, testing if the central pixel is useless (then it is set to 0)

55 Review of high frequency types of filters Edge Enhancers Edge Detectors Zero-Sum Kernels Sobel filter Prewitt filter Laplace operator Canny detector. High Pass Differential Filters Edge Sharpening Filter

56 Edge Sharpening Filter One of the High Pass Differential Filters. Original image is filtered by the mean filter -> smoothed image smoothed image is subtracted from the original image -> image with remaining high frequency information This image is added to the original image. The resulted image contains enhanced edges and lines. Used for i.e. vectorization

57 Edge Enhancement (minimum deepening) vstupní obrazová filtr výstupní obrazová data (ostřící operátor) data

58 Edge Enhancement (increased maximal values) vstupní obrazová filtr výstupní obrazová data (ostřící operátor) data

59 obraz před filtrací High Pass filter

60 TNTmips High Pass filter (3 x 3) 0,5 0,5 0,5 0,5 5,5 0,5 0,5 0,5 0,5 3 x 3

61 High Pass filter (3x3) obraz po filtraci

62 High Pass filter (5 x 5) - example TNTmips 0,5 0,5 0,5 0,5 0,5 0,5 0,5 0,5 0,5 0,5 0,5 0,5 15,5 0,5 0,5 0,5 0,5 0,5 0,5 0,5 0,5 0,5 0,5 0,5 0,5 5 x 5

63 High Pass filter (5x5) obraz po filtraci

64 Edges in the image Edge sudden change in image function values. Mathematical tools partial derivation. The change of function is described by its gradient. It is necessary to distinguish direction and size of the gradient. Gradient operators: operators approximating derivations using differences. Several operators are invariant for rotation (i.e. Laplacian operator) and may be calculated by convolution with one mask. Other approximating operators use several masks with different orientation. It is necessary to select this one, which is the best for approximation in the given place. By the mask selection we discover the direction of the gradient (and the edge). zero-crossing operators search the edge where 2nd derivation of image function crosses zero. I.e. Marr-Hildreth operator and Canny edge detector. Operators using local approximation of image function with a simple parametric model. I.e. polynomial function of 2 variables

65 First order derivation methods The highest change of intensity is in the place of edge occurrence. Homogeneous places are without changes and the first derivation is zero. First order derivation methods = gradient methods. Make a partial derivation of the image according to X axis and then according to Y axis and obtain the vector (orientation and size of the gradient). Gradient is the vector perpendicular to the edge direction. Size of edge and the angle with X-axis are described:

66 First order derivation methods It is difficult to calculate derivation for discrete image function Approximation by suitable calculation of derivation Usually Central differential Equation is used where O stands for the order of calculation errors

67 Edge operators Edge operators are more simple then derivations Use convolution kernel Applying convolution of the image with this kernel we obtain the requested component of the gradient Sum of weights = 0

68 Zero-Sum Kernels Weight of the central member = sum of weights of neighbours output: DN = 0 for homogeneous areas (no edges) DN low for area with a low spatial frequency DN high, extreme - for area with a high spatial frequency

69 Edge operators - Zero-Sum Kernels

70 Edge operators Gradient of the scalar field is the vector field It shows the direction of the highest increase of the scalar field Its size corresponds the size of the change

71 Edge operators gradient measurement of edge occurrence in the image point (i,j) 2 ), ( 2 ), ( ), ( ) ( ) ( j i y j i x j i f f grad ) 1, ( ), ( ), ( j i j i j i x f f f 1), ( ), ( ), ( j i j i j i y f f f ).. ( ), ( ), ( 1 j i x j i y f f tg φ = direction of the edge i, j i-1, j i, j-1 Δy Δx

72 Roberts Cross Edge Detector Results are influenced by the noise small neighbouring pro směr X 1 0 pro směr Y Roberts gradient

73 Simplified Roberts Cross Edge Detector Simple Roberts gradient ) 1, ( ) 1, ( 1) 1, ( ), ( ), ( j i j i j i j i j i f f f f grad P 1 P 2 P 3 P ), ( P P P P grad j i

74 Roberts Cross Edge Detector

75 Sobel filter Filters enhancing edges of specified direction only Sobel filter enhances all vertical and horizontal edges in the image It is possible to combine both filter windows and calculate Sobel gradient For each direction the value X and Y is calculated as a sum of multiplication of the weight in the filter window and the pixel value The Sobel gradient is then calculated as:

76 Wiki

77 example Sobel edge detector

78 Edge operators jedná se v zásadě o variace na Centrální diferenciální rovnici. Lépe vidět ze separace jader pro Sobelův a Prewittův operátor. Sobelův operátor = výsledek konvoluce mezi Centrální diferenciální rovnicí (diference horizontálně) a jednoduchou aproximací Gaussova nízkofrekvenčního filtru (vertikálně vyhlazení). Prewittové operátor - místo Gaussova filtru použito průměrovací jádro. Tyto operátory používají v jednom směru výpočet diferenciálu a ve směru kolmém používají filtry na potlačení vlivu šumu. Výsledek je lepší, než kdyby se napřed celý obraz rozmazal v obou směrech a teprve na tomto rozmazaném obraze se prováděl výpočet gradientu. Separability se využívá pro větší efektivitu výpočtu, neboť výpočet konvoluce se dvěma 1D jádry je časově méně náročný než s jedním 2D jádrem, což platí pro všechna jádra větší než 2x2 gradientu.

79 Algoritmus vymezení hran 1. pro každý bod vypočítej x-ovou složku gradientu g x 2. pro každý bod vypočítej y-ovou složku gradientu g y 3. pro každý bod vypočítej velikost gradientu 4. prahuj velikost gradientu s vhodným prahem T Nedostatek - vytváří příliš tlusté hrany, takže ani nevíme, kde přesně se daná hrana nachází. Řešení - Cannyho detektor.

80 Second order derivation methods Not needed to know the direction and size of edges Only information where the edges occur Places with the highest change of intensity and therefore the highest 1st derivation the 2nd derivation pass through 0.

81 Edge determination based on the 2nd derivation 2nd derivation can be calculated using double calculation of the 1st derivation. For discrete function Where O function stands for the order of the calculation error Another possibility use some of edge operator for 2nd derivation. Laplacian operators use appropriate 2nd derivation of the Gaussian filter for convolution. c is normalisation member which assure that convolution kernel has the sum of all elements equals 0

82 Laplace operators - LoG Laplacian operators members of more common family of edge operators Laplacian of Gaussian (LoG). Laplacian operators focused on central points and the sum of all its members are equal 0. Mexican hat The filter produces 0 values in homogeneous areas of the image. Increasing (decreasing) values of pixels which are higher (lower) than surrounding pixels.

83 Laplacian of Gaussian Advantage of LoG - possibility to select the size of the kernel. It influences its sensitivity. Larger core has a larger resistance for noise. Detected edges depend on the size of kernel. Appropriate size of the kernel is essential for a good result. The kernel size should corresponds to the size of details which we would like to detect (it enhances objects less than half of the kernel size). Disadvantage of LoG non-separability. With the size of the kernel rapidly arises the temporal demandness of the convolutions. Possibility to improve use recursive filters which approximate LoG. Utilization: Filter produces 0 value in homogeneous areas of the image. Increasing (decreasing) values of pixels which are higher (lower) than surrounding pixels. Map of edges (see later)

84 Difference of Gaussian DoG Another possibility 2nd order derivation DoG (difference of Gaussian) Na obraz se aplikuje 2x Gaussův filtr; jednou s větším parametrem sigma (sigma2) (směrodatná odchylka normální distribuce) a jednou s menším sigma (sigma1). Doporučuje se volit sigma tak, aby poměr sigma2/sigma1=1.6 (je to vhodná aproximace LoG) Výsledné obrazy se od sebe odečtou:

85 Thresholding to create map of edges postup jak z druhé derivace vytvořit mapu hran = najít místa, kde druhá derivace prochází nulou. Nejjednodušší způsob - prosté prahování. Každý bod s hodnotou nula označit jako hranový bod. Nevýhody: 1. obrazová funkce má druhou derivaci nulovou i v místech, kde má nulovou první derivaci, tedy i uprostřed homogenních oblastí. Prahování tedy za hranové označí i body, které hranové vůbec být nemusejí. 2. k průchodu nulou nemusí nutně docházet v nějakém pixelu, nýbrž mezi dvěma sousedními pixeli. Pak prahovací technika hranové body vůbec nezaznamená.

86 Using a mask to create map of edges Lépe vyhledávání bodů, ve kterých dochází ke změně znaménka. Vytvoří se maska velikosti 2x2, která se postupně přikládá na všechny body obrazu. Levý horní prvek se bere jako střed masky (a). Tento prvek se porovnává s ostatními prvky. Pokud se znaménko tohoto prvku (a) liší od znaménka některého z ostatních prvků masky, je daný bod (a) označen jako hranový. Masky lze použít ještě k obdobě prahování: bod je označen za hranový jen, pokud je rozdíl hodnot větší než stanovený limit, tj. je splněna ještě dodatečná podmínka: Má-li (a) a např. (b) různá znaménka, musí zároveň platit, že kde T je předem definovaný práh

87 Pros and cons of 2nd derivation Nevýhody metody druhé derivace (oproti metodám první derivace): vyšší citlivost na šum větší časová náročnost pro velké rozměry masky Výhoda metody druhé derivace: mapa hran obsahuje pouze tenké a uzavřené hrany. Pokud použijeme variantu s prahováním, výsledné hrany zpravidla uzavřené nejsou.

88 Canny detector J. F. Canny stanovil vlastnosti ideálního hranového detektoru: Minimální chyba detekce hran: Všechny důležité hrany musí být detekovány a nesmí být detekovány žádné falešné hrany. Správná lokalizace: Vzdálenost mezi skutečnou a detekovanou hranou musí být co nejmenší. Pouze jedna odezva: Každá hrana musí být detekovaná pouze jednou. Cannyho detektor by se dal zařadit mezi metody využívající první derivaci. Pro výpočet mapy hran je potřeba znát nejen velikost gradientu, ale i směr.

89 Algorithm for Canny edge detector 1. Vytvoř 1D konvoluční jádro G σ Gaussova filtru o zadané velikosti sigma (vstupní parametr). 2. Rozmaž obraz jádrem G σ podle osy y a výsledek ulož do G x. Spočítej první derivaci G x podle osy x a výsledek ulož do g x. (Sobelův operátor v 1. ose) 3. Rozmaž obraz jádrem G σ podle osy x a výsledek ulož do G y. Spočítej první derivaci G y podle osy y a výsledek ulož do g y. (Sobelův operátor v 2. ose) 4. Spočítej amplitudu (Sobelův gradient) 5. Ztenči obraz hran podle směru gradientu (Nonmaxima suppression) (při výpočtu 1.derivace vznikají tlusté hrany) 6. Proved hysterezní prahování s prahy T L a T H (vstupní parametry)

90 Nonmaxima suppression zvláštní poloprahovací technika ztenčení Předpoklad - hrana dává největší odezvu v místě, kde se skutečně nachází. Algoritmus - Pro každý bod b obrazu proved : 1. Urči jeho sousedy r a l ležící ve směru gradientu 2. Je-li b < r nebo b < l, pak přiřad b = 0, jinak neprováděj nic. Tento krok rozpojí hrany v místech, kde jsou křižovatky tvaru T. K rozpojení dojde proto, že vždy je jedna hrana větší než ta druhá. Vliv jejího gradientu je v místě spojení dominantní.

91 Hysterese thresholding snažíme se eliminovat nevýznamné a falešné hrany. ponechá v obraze pouze ty hrany, jejichž gradient alespoň v některých místech dosahuje požadované limitní velikosti T H.

92 Output from Canny edge detector Výsledná mapa hran obsahuje tenké neuzavřené hrany. Časová náročnost podobná jako u jiných metod založených na první derivaci Výhodné, pokud je Gaussův filtr naprogramován pomocí rekursivního filtru

93 Edge detection using template matching Using a special mask which is attached to the checked place. If the response is sufficiently high, then an edge is detected in this point. Pros: Highly noise resistant. The influence of noise depends on the mask size. Ability to detect variance edges (edges created on the border of two different textures). Cons: Dependency on the orientation and shape of the mask and the searched edge. F.e. the mask from the image is unable to detect corners. Time demandness if the image is checked pixel by pixel and all rotation of the mask are applied. How to improve the velocity? 1. Suitable mask construction and calculation of the response. Nemusí se vždy přepočítávat celá maska, ale pouze ta část, ve které došlo k nějaké změně při jejím otočení či posunutí. 2. Preliminary gradient methods (or other edge enhancer) are used to detect places with higher probability of an edge and its orientation and make calculation only for these places and orientations.

94 Edge detection using statistical methods Similar to methods comparison with the pattern Use a kernel above the checked point in the centre. The special function is applied to calculate values from all pixels in the kernel. The final value enable to understand if the point is some edge is in its neighbouring. filter SUSAN (Smallest Univalue Segment Assimilating Nucleus) Use a circle kernel and function: Variable x 0 represents a centre of the kernel. The threshold T determines the minimal detectable difference. The threshold n max represents the highest value which can be reached in the equation.

95 nonlinear filter. Pros and cons of SUSAN Edges and corners detected by SUSAN represent places with lowest values. Pros Highly noise resistant. No pre-processing is needed to remove noise. Ability to detect corners Cons Highly time consuming.

96 Edge Delocalization Only important edges should be detected. To avoid extensive image segmentation (using less important edges) the defocusing methods are applied i.e. Gaussian filters. It causes elimination of less important edges. Disadvantage of the process is Edge Delocalization. Neither Canny detector is able to solve it. Typically when you apply a Gaussian filter to remove unwanted details in the image, detected edges are shifted from the original locations. Higher Gaussian filters causes higher shifting (= higher Edge Delocalization).

97 Edge Delocalization

98 Edge Delocalization We need compromising solution between too segmented image and edge delocalization. Solution use different kernel size for detection of important edges and its location (the location is used from the small size kernel application). Scale space: The important feature of Gaussian filter the distance of the detected edge from the real location is dependent on the kernel size. Create several maps of image edges during step-by-step increasing defocusing. Create interval tree. Use the interval tree to reconstruct the inaccurate important edge from the highly defocused image from the more accurate smaller edges from the less defocused images.

DZDDPZ6 Filtrace obrazu. Doc. Dr. Ing. Jiří Horák - Ing. Tomáš Peňáz, Ph.D. Institut geoinformatiky VŠB-TU Ostrava

DZDDPZ6 Filtrace obrazu. Doc. Dr. Ing. Jiří Horák - Ing. Tomáš Peňáz, Ph.D. Institut geoinformatiky VŠB-TU Ostrava DZDDPZ6 Filtrace obrazu Doc. Dr. Ing. Jiří Horák - Ing. Tomáš Peňáz, Ph.D. Institut geoinformatiky VŠB-TU Ostrava Prostorová zvýraznění - filtrace Ohnisková operace, použití pohyblivého okénka (kernel),

Více

WORKSHEET 1: LINEAR EQUATION 1

WORKSHEET 1: LINEAR EQUATION 1 WORKSHEET 1: LINEAR EQUATION 1 1. Write down the arithmetical problem according the dictation: 2. Translate the English words, you can use a dictionary: equations to solve solve inverse operation variable

Více

Litosil - application

Litosil - application Litosil - application The series of Litosil is primarily determined for cut polished floors. The cut polished floors are supplied by some specialized firms which are fitted with the appropriate technical

Více

Transportation Problem

Transportation Problem Transportation Problem ١ C H A P T E R 7 Transportation Problem The transportation problem seeks to minimize the total shipping costs of transporting goods from m origins (each with a supply s i ) to n

Více

Gymnázium, Brno, Slovanské nám. 7 WORKBOOK. Mathematics. Teacher: Student:

Gymnázium, Brno, Slovanské nám. 7 WORKBOOK.   Mathematics. Teacher: Student: WORKBOOK Subject: Teacher: Student: Mathematics.... School year:../ Conic section The conic sections are the nondegenerate curves generated by the intersections of a plane with one or two nappes of a cone.

Více

DC circuits with a single source

DC circuits with a single source Název projektu: utomatizace výrobních procesů ve strojírenství a řemeslech egistrační číslo: Z..07/..0/0.008 Příjemce: SPŠ strojnická a SOŠ profesora Švejcara Plzeň, Klatovská 09 Tento projekt je spolufinancován

Více

Lukáš Brodský www.gisat.cz. Praha 2008. Osnova. Objektový přístup Verze 4, 5, 6 / 7 Developer7 -funkčnost, nové vlastnosti HW

Lukáš Brodský www.gisat.cz. Praha 2008. Osnova. Objektový přístup Verze 4, 5, 6 / 7 Developer7 -funkčnost, nové vlastnosti HW Nové možnosti objektověorientované klasifikace v Definiens Lukáš Brodský www.gisat.cz GISAT Praha 2008 Osnova Objektový přístup Verze 4, 5, 6 / 7 Developer7 -funkčnost, nové vlastnosti HW Objektový přístup

Více

By David Cameron VE7LTD

By David Cameron VE7LTD By David Cameron VE7LTD Introduction to Speaker RF Cavity Filter Types Why Does a Repeater Need a Duplexer Types of Duplexers Hybrid Pass/Reject Duplexer Detail Finding a Duplexer for Ham Use Questions?

Více

Využití hybridní metody vícekriteriálního rozhodování za nejistoty. Michal Koláček, Markéta Matulová

Využití hybridní metody vícekriteriálního rozhodování za nejistoty. Michal Koláček, Markéta Matulová Využití hybridní metody vícekriteriálního rozhodování za nejistoty Michal Koláček, Markéta Matulová Outline Multiple criteria decision making Classification of MCDM methods TOPSIS method Fuzzy extension

Více

Compression of a Dictionary

Compression of a Dictionary Compression of a Dictionary Jan Lánský, Michal Žemlička zizelevak@matfyz.cz michal.zemlicka@mff.cuni.cz Dept. of Software Engineering Faculty of Mathematics and Physics Charles University Synopsis Introduction

Více

CHAPTER 5 MODIFIED MINKOWSKI FRACTAL ANTENNA

CHAPTER 5 MODIFIED MINKOWSKI FRACTAL ANTENNA CHAPTER 5 MODIFIED MINKOWSKI FRACTAL ANTENNA &KDSWHUSUHVHQWVWKHGHVLJQDQGIDEULFDW LRQRIPRGLILHG0LQNRZVNLIUDFWDODQWHQQD IRUZLUHOHVVFRPPXQLFDWLRQ7KHVLPXODWHG DQGPHDVXUHGUHVXOWVRIWKLVDQWHQQDDUH DOVRSUHVHQWHG

Více

LOGOMANUÁL / LOGOMANUAL

LOGOMANUÁL / LOGOMANUAL LOGOMANUÁL / LOGOMANUAL OBSAH / CONTENTS 1 LOGOTYP 1.1 základní provedení logotypu s claimem 1.2 základní provedení logotypu bez claimu 1.3 zjednodušené provedení logotypu 1.4 jednobarevné a inverzní provedení

Více

EXACT DS OFFICE. The best lens for office work

EXACT DS OFFICE. The best lens for office work EXACT DS The best lens for office work EXACT DS When Your Glasses Are Not Enough Lenses with only a reading area provide clear vision of objects located close up, while progressive lenses only provide

Více

Introduction to MS Dynamics NAV

Introduction to MS Dynamics NAV Introduction to MS Dynamics NAV (Item Charges) Ing.J.Skorkovský,CSc. MASARYK UNIVERSITY BRNO, Czech Republic Faculty of economics and business administration Department of corporate economy Item Charges

Více

Tento materiál byl vytvořen v rámci projektu Operačního programu Vzdělávání pro konkurenceschopnost.

Tento materiál byl vytvořen v rámci projektu Operačního programu Vzdělávání pro konkurenceschopnost. Tento materiál byl vytvořen v rámci projektu Operačního programu Vzdělávání pro konkurenceschopnost. Projekt MŠMT ČR Číslo projektu Název projektu školy Klíčová aktivita III/2 EU PENÍZE ŠKOLÁM CZ.1.07/1.4.00/21.2146

Více

Angličtina v matematických softwarech 2 Vypracovala: Mgr. Bronislava Kreuzingerová

Angličtina v matematických softwarech 2 Vypracovala: Mgr. Bronislava Kreuzingerová Angličtina v matematických softwarech 2 Vypracovala: Mgr. Bronislava Kreuzingerová Název školy Název a číslo projektu Název modulu Obchodní akademie a Střední odborné učiliště, Veselí nad Moravou Motivace

Více

GUIDELINES FOR CONNECTION TO FTP SERVER TO TRANSFER PRINTING DATA

GUIDELINES FOR CONNECTION TO FTP SERVER TO TRANSFER PRINTING DATA GUIDELINES FOR CONNECTION TO FTP SERVER TO TRANSFER PRINTING DATA What is an FTP client and how to use it? FTP (File transport protocol) - A protocol used to transfer your printing data files to the MAFRAPRINT

Více

Klepnutím lze upravit styl předlohy. nadpisů. nadpisů.

Klepnutím lze upravit styl předlohy. nadpisů. nadpisů. 1/ 13 Klepnutím lze upravit styl předlohy Klepnutím lze upravit styl předlohy www.splab.cz Soft biometric traits in de identification process Hair Jiri Prinosil Jiri Mekyska Zdenek Smekal 2/ 13 Klepnutím

Více

Gymnázium, Brno, Slovanské nám. 7, SCHEME OF WORK Mathematics SCHEME OF WORK. cz

Gymnázium, Brno, Slovanské nám. 7, SCHEME OF WORK Mathematics SCHEME OF WORK.  cz SCHEME OF WORK Subject: Mathematics Year: first grade, 1.X School year:../ List of topisc # Topics Time period Introduction, repetition September 1. Number sets October 2. Rigtht-angled triangle October,

Více

The Over-Head Cam (OHC) Valve Train Computer Model

The Over-Head Cam (OHC) Valve Train Computer Model The Over-Head Cam (OHC) Valve Train Computer Model Radek Tichanek, David Fremut Robert Cihak Josef Bozek Research Center of Engine and Content Introduction Work Objectives Model Description Cam Design

Více

Perception Motivated Hybrid Approach to Tone Mapping

Perception Motivated Hybrid Approach to Tone Mapping Perception Motivated Hybrid Approach to Tone Mapping Martin Čadík Czech Technical University in Prague, Czech Republic Content HDR tone mapping Hybrid Approach Perceptually plausible approach Cognitive

Více

Karta předmětu prezenční studium

Karta předmětu prezenční studium Karta předmětu prezenční studium Název předmětu: Číslo předmětu: 545-0250 Garantující institut: Garant předmětu: Ekonomická statistika Institut ekonomiky a systémů řízení RNDr. Radmila Sousedíková, Ph.D.

Více

Vliv metody vyšetřování tvaru brusného kotouče na výslednou přesnost obrobku

Vliv metody vyšetřování tvaru brusného kotouče na výslednou přesnost obrobku Vliv metody vyšetřování tvaru brusného kotouče na výslednou přesnost obrobku Aneta Milsimerová Fakulta strojní, Západočeská univerzita Plzeň, 306 14 Plzeň. Česká republika. E-mail: anetam@kto.zcu.cz Hlavním

Více

Entrance test from mathematics for PhD (with answers)

Entrance test from mathematics for PhD (with answers) Entrance test from mathematics for PhD (with answers) 0 0 3 0 Problem 3x dx x + 5x +. 3 ln 3 ln 4. (4x + 9) dx x 5x 3. 3 ln 4 ln 3. (5 x) dx 3x + 5x. 7 ln. 3 (x 4) dx 6x + x. ln 4 ln 3 ln 5. 3 (x 3) dx

Více

FIRE INVESTIGATION. Střední průmyslová škola Hranice. Mgr. Radka Vorlová. 19_Fire investigation CZ.1.07/1.5.00/

FIRE INVESTIGATION. Střední průmyslová škola Hranice. Mgr. Radka Vorlová. 19_Fire investigation CZ.1.07/1.5.00/ FIRE INVESTIGATION Střední průmyslová škola Hranice Mgr. Radka Vorlová 19_Fire investigation CZ.1.07/1.5.00/34.0608 Výukový materiál Číslo projektu: CZ.1.07/1.5.00/21.34.0608 Šablona: III/2 Inovace a zkvalitnění

Více

Radiova meteoricka detekc nı stanice RMDS01A

Radiova meteoricka detekc nı stanice RMDS01A Radiova meteoricka detekc nı stanice RMDS01A Jakub Ka kona, kaklik@mlab.cz 15. u nora 2014 Abstrakt Konstrukce za kladnı ho softwarove definovane ho pr ijı macı ho syste mu pro detekci meteoru. 1 Obsah

Více

USING VIDEO IN PRE-SET AND IN-SET TEACHER TRAINING

USING VIDEO IN PRE-SET AND IN-SET TEACHER TRAINING USING VIDEO IN PRE-SET AND IN-SET TEACHER TRAINING Eva Minaříková Institute for Research in School Education, Faculty of Education, Masaryk University Structure of the presentation What can we as teachers

Více

Image Analysis and MATLAB. Jiří Militky

Image Analysis and MATLAB. Jiří Militky Image Analysis and MATLAB Jiří Militky Basic Matlab commands 0.5 0.8 IMREAD Read image from graphics file IMHIST Display histogram of image data. 0.694 GRAYTHRESH Compute global image threshold using Otsu's

Více

Database systems. Normal forms

Database systems. Normal forms Database systems Normal forms An example of a bad model SSN Surnam OfficeNo City Street No ZIP Region President_of_ Region 1001 Novák 238 Liteň Hlavní 10 26727 Středočeský Rath 1001 Novák 238 Bystřice

Více

CHAIN TRANSMISSIONS AND WHEELS

CHAIN TRANSMISSIONS AND WHEELS Second School Year CHAIN TRANSMISSIONS AND WHEELS A. Chain transmissions We can use chain transmissions for the transfer and change of rotation motion and the torsional moment. They transfer forces from

Více

Air Quality Improvement Plans 2019 update Analytical part. Ondřej Vlček, Jana Ďoubalová, Zdeňka Chromcová, Hana Škáchová

Air Quality Improvement Plans 2019 update Analytical part. Ondřej Vlček, Jana Ďoubalová, Zdeňka Chromcová, Hana Škáchová Air Quality Improvement Plans 2019 update Analytical part Ondřej Vlček, Jana Ďoubalová, Zdeňka Chromcová, Hana Škáchová vlcek@chmi.cz Task specification by MoE: What were the reasons of limit exceedances

Více

UPM3 Hybrid Návod na ovládání Čerpadlo UPM3 Hybrid 2-5 Instruction Manual UPM3 Hybrid Circulation Pump 6-9

UPM3 Hybrid Návod na ovládání Čerpadlo UPM3 Hybrid 2-5 Instruction Manual UPM3 Hybrid Circulation Pump 6-9 www.regulus.cz UPM3 Hybrid Návod na ovládání Čerpadlo UPM3 Hybrid 2-5 Instruction Manual UPM3 Hybrid Circulation Pump 6-9 CZ EN UPM3 Hybrid 1. Úvod V továrním nastavení čerpadla UPM3 Hybrid je profil PWM

Více

Dynamic programming. Optimal binary search tree

Dynamic programming. Optimal binary search tree The complexity of different algorithms varies: O(n), Ω(n ), Θ(n log (n)), Dynamic programming Optimal binary search tree Různé algoritmy mají různou složitost: O(n), Ω(n ), Θ(n log (n)), The complexity

Více

DATA SHEET. BC516 PNP Darlington transistor. technický list DISCRETE SEMICONDUCTORS Apr 23. Product specification Supersedes data of 1997 Apr 16

DATA SHEET. BC516 PNP Darlington transistor. technický list DISCRETE SEMICONDUCTORS Apr 23. Product specification Supersedes data of 1997 Apr 16 zákaznická linka: 840 50 60 70 DISCRETE SEMICONDUCTORS DATA SHEET book, halfpage M3D186 Supersedes data of 1997 Apr 16 1999 Apr 23 str 1 Dodavatel: GM electronic, spol. s r.o., Křižíkova 77, 186 00 Praha

Více

SPECIFICATION FOR ALDER LED

SPECIFICATION FOR ALDER LED SPECIFICATION FOR ALDER LED MODEL:AS-D75xxyy-C2LZ-H1-E 1 / 13 Absolute Maximum Ratings (Ta = 25 C) Parameter Symbol Absolute maximum Rating Unit Peak Forward Current I FP 500 ma Forward Current(DC) IF

Více

STUDY EDITS FOR BETTER TRANSPORT IN THE CENTRE OF NÁCHOD

STUDY EDITS FOR BETTER TRANSPORT IN THE CENTRE OF NÁCHOD CZECH TECHNICAL UNIVERSITY IN PRAGUE Faculty of transportation sciences Title of project STUDY EDITS FOR BETTER TRANSPORT IN THE CENTRE OF NÁCHOD 2006 Petr Kumpošt Basic information about town Náchod Náchod

Více

Dynamic Signals. Ananda V. Mysore SJSU

Dynamic Signals. Ananda V. Mysore SJSU Dynamic Signals Ananda V. Mysore SJSU Static vs. Dynamic Signals In principle, all signals are dynamic; they do not have a perfectly constant value over time. Static signals are those for which changes

Více

VY_32_INOVACE_06_Předpřítomný čas_03. Škola: Základní škola Slušovice, okres Zlín, příspěvková organizace

VY_32_INOVACE_06_Předpřítomný čas_03. Škola: Základní škola Slušovice, okres Zlín, příspěvková organizace VY_32_INOVACE_06_Předpřítomný čas_03 Autor: Růžena Krupičková Škola: Základní škola Slušovice, okres Zlín, příspěvková organizace Název projektu: Zkvalitnění ICT ve slušovské škole Číslo projektu: CZ.1.07/1.4.00/21.2400

Více

TechoLED H A N D B O O K

TechoLED H A N D B O O K TechoLED HANDBOOK Světelné panely TechoLED Úvod TechoLED LED světelné zdroje jsou moderním a perspektivním zdrojem světla se širokými možnostmi použití. Umožňují plnohodnotnou náhradu žárovek, zářivkových

Více

Czech Republic. EDUCAnet. Střední odborná škola Pardubice, s.r.o.

Czech Republic. EDUCAnet. Střední odborná škola Pardubice, s.r.o. Czech Republic EDUCAnet Střední odborná škola Pardubice, s.r.o. ACCESS TO MODERN TECHNOLOGIES Do modern technologies influence our behavior? Of course in positive and negative way as well Modern technologies

Více

A Note on Generation of Sequences of Pseudorandom Numbers with Prescribed Autocorrelation Coefficients

A Note on Generation of Sequences of Pseudorandom Numbers with Prescribed Autocorrelation Coefficients KYBERNETIKA VOLUME 8 (1972), NUMBER 6 A Note on Generation of Sequences of Pseudorandom Numbers with Prescribed Autocorrelation Coefficients JAROSLAV KRAL In many applications (for example if the effect

Více

filtrační polomasky disposable respirators

filtrační polomasky disposable respirators filtrační polomasky disposable respirators 347-351 respirátory REFIL respirators REFIL 352 masky a polomasky 3M masks and halfmasks 3M 353-362 respirátory a masky JSP respirators and masks JSP 363-366

Více

Configuration vs. Conformation. Configuration: Covalent bonds must be broken. Two kinds of isomers to consider

Configuration vs. Conformation. Configuration: Covalent bonds must be broken. Two kinds of isomers to consider Stereochemistry onfiguration vs. onformation onfiguration: ovalent bonds must be broken onformation: hanges do NT require breaking of covalent bonds onfiguration Two kinds of isomers to consider is/trans:

Více

Gymnázium, Brno, Slovanské nám. 7 WORKBOOK. Mathematics. Student: Draw: Convex angle Non-convex angle

Gymnázium, Brno, Slovanské nám. 7 WORKBOOK.   Mathematics. Student: Draw: Convex angle Non-convex angle WORKBOOK http://agb.gymnaslo.cz Subject: Student: Mathematics.. School year:../ Topic: Trigonometry Angle orientation Types of angles 90 right angle - pravý less than 90 acute angles ("acute" meaning "sharp")-

Více

Fourth School Year PISTON MACHINES AND PISTON COMPRESSORS

Fourth School Year PISTON MACHINES AND PISTON COMPRESSORS Fourth School Year PISTON MACHINES AND PISTON COMPRESSORS 1. Piston machines Piston machines are classified as machines working with volume changes. It means that the working medium is closed by a in a

Více

Uni- and multi-dimensional parametric tests for comparison of sample results

Uni- and multi-dimensional parametric tests for comparison of sample results Uni- and multi-dimensional parametric tests for comparison of sample results Jedno- a více-rozměrné parametrické testy k porovnání výsledků Prof. RNDr. Milan Meloun, DrSc. Katedra analytické chemie, Universita

Více

Friction drives have constant or variable drives (it means variators). Friction drives are used for the transfer of smaller outputs.

Friction drives have constant or variable drives (it means variators). Friction drives are used for the transfer of smaller outputs. Third School Year FRICTION DRIVES 1. Introduction In friction drives the peripheral force between pressed wheels is transferred by friction. To reach peripheral forces we need both a pressed force and

Více

Stojan pro vrtačku plošných spojů

Stojan pro vrtačku plošných spojů Střední škola průmyslová a hotelová Uherské Hradiště Kollárova 617, Uherské Hradiště Stojan pro vrtačku plošných spojů Závěrečný projekt Autor práce: Koutný Radim Lukáš Martin Janoštík Václav Vedoucí projektu:

Více

PAINTING SCHEMES CATALOGUE 2012

PAINTING SCHEMES CATALOGUE 2012 Evektor-Aerotechnik a.s., Letecká č.p. 84, 686 04 Kunovice, Czech Republic Phone: +40 57 57 Fax: +40 57 57 90 E-mail: sales@evektor.cz Web site: www.evektoraircraft.com PAINTING SCHEMES CATALOGUE 0 Painting

Více

Dynamic Development of Vocabulary Richness of Text. Miroslav Kubát & Radek Čech University of Ostrava Czech Republic

Dynamic Development of Vocabulary Richness of Text. Miroslav Kubát & Radek Čech University of Ostrava Czech Republic Dynamic Development of Vocabulary Richness of Text Miroslav Kubát & Radek Čech University of Ostrava Czech Republic Aim To analyze a dynamic development of vocabulary richness from a methodological point

Více

Výukový materiál v rámci projektu OPVK 1.5 Peníze středním školám

Výukový materiál v rámci projektu OPVK 1.5 Peníze středním školám VY_22_INOVACE_AJOP40764ČER Výukový materiál v rámci projektu OPVK 1.5 Peníze středním školám Číslo projektu: Název projektu: Číslo šablony: CZ.1.07/1.5.00/34.0883 Rozvoj vzdělanosti II/2 Datum vytvoření:

Více

Palmovka Business center +420 224 217 217. Kancelářské prostory k pronájmu / Offices for lease. Na Žertvách 2247/29, Prague 8

Palmovka Business center +420 224 217 217. Kancelářské prostory k pronájmu / Offices for lease. Na Žertvách 2247/29, Prague 8 Kancelářské prostory k pronájmu / Offices for lease Palmovka Business center Na Žertvách 2247/29, Prague 8 +420 224 217 217 Knight Frank, spol. s r.o., Diamant building, Wenceslas Square 3, 110 00, Prague

Více

Návrh a implementace algoritmů pro adaptivní řízení průmyslových robotů

Návrh a implementace algoritmů pro adaptivní řízení průmyslových robotů Návrh a implementace algoritmů pro adaptivní řízení průmyslových robotů Design and implementation of algorithms for adaptive control of stationary robots Marcel Vytečka 1, Karel Zídek 2 Abstrakt Článek

Více

Zubní pasty v pozměněném složení a novém designu

Zubní pasty v pozměněném složení a novém designu Energy news4 Energy News 04/2010 Inovace 1 Zubní pasty v pozměněném složení a novém designu Od října tohoto roku se začnete setkávat s našimi zubními pastami v pozměněném složení a ve zcela novém designu.

Více

Aplikace matematiky. Dana Lauerová A note to the theory of periodic solutions of a parabolic equation

Aplikace matematiky. Dana Lauerová A note to the theory of periodic solutions of a parabolic equation Aplikace matematiky Dana Lauerová A note to the theory of periodic solutions of a parabolic equation Aplikace matematiky, Vol. 25 (1980), No. 6, 457--460 Persistent URL: http://dml.cz/dmlcz/103885 Terms

Více

Enabling Intelligent Buildings via Smart Sensor Network & Smart Lighting

Enabling Intelligent Buildings via Smart Sensor Network & Smart Lighting Enabling Intelligent Buildings via Smart Sensor Network & Smart Lighting Petr Macháček PETALIT s.r.o. 1 What is Redwood. Sensor Network Motion Detection Space Utilization Real Estate Management 2 Building

Více

SEMI-PRODUCTS. 2. The basic classification of semi-products is: standardized semi-products non-standardized semi-products

SEMI-PRODUCTS. 2. The basic classification of semi-products is: standardized semi-products non-standardized semi-products Second School Year SEMI-PRODUCTS 1. Semi-products are materials used for further processing. We produce them from incoming materials, for example from ingots, powders and other materials. We most often

Více

Klepnutím lze upravit styl předlohy. Klepnutím lze upravit styl předlohy. nadpisů. nadpisů. Aleš Křupka.

Klepnutím lze upravit styl předlohy. Klepnutím lze upravit styl předlohy. nadpisů. nadpisů. Aleš Křupka. 1 / 13 Klepnutím lze upravit styl předlohy Klepnutím lze upravit styl předlohy www.splab.cz Aleš Křupka akrupka@phd.feec.vutbr.cz Department of Telecommunications Faculty of Electrotechnical Engineering

Více

Převod prostorových dat katastru nemovitostí do formátu shapefile

Převod prostorových dat katastru nemovitostí do formátu shapefile GIS Ostrava 2009 25. - 28. 1. 2009, Ostrava Převod prostorových dat katastru nemovitostí do formátu shapefile Karel Janečka1, Petr Souček2 1Katedra matematiky, Fakulta aplikovaných věd, ZČU v Plzni, Univerzitní

Více

STLAČITELNOST. σ σ. během zatížení

STLAČITELNOST. σ σ. během zatížení STLAČITELNOST Princip: Naneseme-li zatížení na zeminu, dojde k porušení rovnováhy a dochází ke stlačování zeminy (přemístňují se částice). Stlačení je ukončeno jakmile nastane rovnováha mezi působícím

Více

User manual SŘHV Online WEB interface for CUSTOMERS June 2017 version 14 VÍTKOVICE STEEL, a.s. vitkovicesteel.com

User manual SŘHV Online WEB interface for CUSTOMERS June 2017 version 14 VÍTKOVICE STEEL, a.s. vitkovicesteel.com 1/ 11 User manual SŘHV Online WEB interface for CUSTOMERS June 2017 version 14 2/ 11 Contents 1. MINIMUM SYSTEM REQUIREMENTS... 3 2. SŘHV ON-LINE WEB INTERFACE... 4 3. LOGGING INTO SŘHV... 4 4. CONTRACT

Více

2011 Jan Janoušek BI-PJP. Evropský sociální fond Praha & EU: Investujeme do vaší budoucnosti

2011 Jan Janoušek BI-PJP. Evropský sociální fond Praha & EU: Investujeme do vaší budoucnosti PROGRAMOVACÍ JAZYKY A PŘEKLADAČE TRANSFORMACE GRAMATIK NA LL(1) GRAMATIKU. TABULKA SYMBOLŮ. VNITŘNÍ REPREZENTACE: AST. JAZYK ZÁSOBNÍKOVÉHO POČÍTAČE. RUNTIME PROSTŘEDÍ. 2011 Jan Janoušek BI-PJP Evropský

Více

POPIS TUN TAP. Vysvetlivky: Modre - překlad Cervene - nejasnosti Zelene -poznamky. (Chci si ujasnit o kterem bloku z toho schematu se mluvi.

POPIS TUN TAP. Vysvetlivky: Modre - překlad Cervene - nejasnosti Zelene -poznamky. (Chci si ujasnit o kterem bloku z toho schematu se mluvi. Vysvetlivky: Modre - překlad Cervene - nejasnosti Zelene -poznamky POPIS TUN TAP (Chci si ujasnit o kterem bloku z toho schematu se mluvi.) VAS MODEL OpenVPN MUJ MODEL funkce virtuálního sítového rozhrani

Více

Digital Electronics. Jaroslav Bernkopf. 17 October 2008

Digital Electronics. Jaroslav Bernkopf. 17 October 2008 Digital Electronics Jaroslav Bernkopf 7 October 2008 . Introduction Úvod. Representation of Values Zobrazení veliin.2 Analogue Representation Analogové zobrazení This is an analogue meter. Toto je analogový

Více

Why PRIME? 20 years of Erasmus Programme Over 2 million students in total Annually

Why PRIME? 20 years of Erasmus Programme Over 2 million students in total Annually What is PRIME? Problems of Recognition In Making Erasmus European-wide research project Conducted by ESN with the support of the European Commission Two editions: 1 st in 2009 Follow-up in 2010 Why PRIME?

Více

HLEDÁNÍ HRAN. Václav Hlaváč. Fakulta elektrotechnická ČVUT v Praze katedra kybernetiky, Centrum strojového vnímání.

HLEDÁNÍ HRAN. Václav Hlaváč. Fakulta elektrotechnická ČVUT v Praze katedra kybernetiky, Centrum strojového vnímání. 1/35 HLEDÁNÍ HRAN Václav Hlaváč Fakulta elektrotechnická ČVUT v Praze katedra kybernetiky, Centrum strojového vnímání hlavac@fel.cvut.cz http://cmp.felk.cvut.cz/ hlavac FYZIOLOGICKÁ MOTIVACE 2/35 Výsledky

Více

Postup objednávky Microsoft Action Pack Subscription

Postup objednávky Microsoft Action Pack Subscription Postup objednávky Microsoft Action Pack Subscription DŮLEŽITÉ: Pro objednání MAPS musíte být členem Microsoft Partner Programu na úrovni Registered Member. Postup registrace do Partnerského programu naleznete

Více

Jak importovat profily do Cura (Windows a

Jak importovat profily do Cura (Windows a Jak importovat profily do Cura (Windows a macos) Written By: Jakub Dolezal 2019 manual.prusa3d.com/ Page 1 of 10 Step 1 Stažení Cura profilů V tomto návodu se dozvíte, jak importovat a aktivovat nastavení

Více

2. Entity, Architecture, Process

2. Entity, Architecture, Process Evropský sociální fond Praha & EU: Investujeme do vaší budoucnosti Praktika návrhu číslicových obvodů Dr.-Ing. Martin Novotný Katedra číslicového návrhu Fakulta informačních technologií ČVUT v Praze Miloš

Více

Třída: VI. A6 Mgr. Pavla Hamříková VI. B6 RNDr. Karel Pohaněl Schváleno předmětovou komisí dne: Podpis: Šárka Richterková v. r.

Třída: VI. A6 Mgr. Pavla Hamříková VI. B6 RNDr. Karel Pohaněl Schváleno předmětovou komisí dne: Podpis: Šárka Richterková v. r. MATURITNÍ TÉMATA Školní rok: 2016/2017 Ředitel školy: PhDr. Karel Goš Předmětová komise: Matematika a deskriptivní geometrie Předseda předmětové komise: Mgr. Šárka Richterková Předmět: Matematika Třída:

Více

KULOVÝ STEREOTEPLOMĚR NOVÝ přístroj pro měření a hodnocení NEROVNOMĚRNÉ TEPELNÉ ZÁTĚŽE

KULOVÝ STEREOTEPLOMĚR NOVÝ přístroj pro měření a hodnocení NEROVNOMĚRNÉ TEPELNÉ ZÁTĚŽE české pracovní lékařství číslo 1 28 Původní práce SUMMARy KULOVÝ STEREOTEPLOMĚR NOVÝ přístroj pro měření a hodnocení NEROVNOMĚRNÉ TEPELNÉ ZÁTĚŽE globe STEREOTHERMOMETER A NEW DEVICE FOR measurement and

Více

Vánoční sety Christmas sets

Vánoční sety Christmas sets Energy news 7 Inovace Innovations 1 Vánoční sety Christmas sets Na jaře tohoto roku jste byli informováni o připravované akci pro předvánoční období sety Pentagramu koncentrátů a Pentagramu krémů ve speciálních

Více

Fytomineral. Inovace Innovations. Energy News 04/2008

Fytomineral. Inovace Innovations. Energy News 04/2008 Energy News 4 Inovace Innovations 1 Fytomineral Tímto Vám sdělujeme, že již byly vybrány a objednány nové lahve a uzávěry na produkt Fytomineral, které by měly předejít únikům tekutiny při přepravě. První

Více

Social Media a firemní komunikace

Social Media a firemní komunikace Social Media a firemní komunikace TYINTERNETY / FALANXIA YOUR WORLD ENGAGED UČTE SE OD STARTUPŮ ANALYSIS -> PARALYSIS POUŽIJTE TO, CO ZNÁ KAŽDÝ POUŽIJTE TO, CO ZNÁ KAŽDÝ POUŽIJTE TO, CO ZNÁ KAŽDÝ POUŽIJTE

Více

Jakub Zavodny (University of Oxford, UK)

Jakub Zavodny (University of Oxford, UK) .. Factorized databases III Základní horizontální logolink 13 Jakub Zavodny (University of Oxford, UK) Palacky University, Olomouc, Czech Republic Základní horizontální verze logolinku v češtině Základní

Více

LOAD SPECTRUM OF A CAR POWERTRAIN

LOAD SPECTRUM OF A CAR POWERTRAIN 10.2478/v10138-012-0017-5 LOAD SPECTRUM OF A CAR POWERTRAIN JOSEF MORKUS ČVUT, Fakulta strojní, Technická 4, 166 07 Prague 6 E-mail: josef.morkus@fs.cvut.cz SHRNUTÍ Motor vozidla pracuje během jízdy v

Více

kupi.cz Michal Mikuš

kupi.cz Michal Mikuš kupi.cz Michal Mikuš redisgn website kupi.cz, reduce the visual noise. ADVERT ADVERT The first impression from the website was that i dint knew where to start. It was such a mess, adverts, eyes, products,

Více

pánská peněženka / men s wallet 100598 size: 13,5 x 11 cm pánská peněženka / men s wallet 102306 size: 15 x 9,5 cm

pánská peněženka / men s wallet 100598 size: 13,5 x 11 cm pánská peněženka / men s wallet 102306 size: 15 x 9,5 cm kolekce CLASSIC Precizní zpracování přírodně činěných, ručně tamponovaných materiálů a použití klasických výrobních postupů dává možnost vzniku klasického výrobku. Individuální výběr každého jednotlivého

Více

Mikrokvadrotor: Návrh,

Mikrokvadrotor: Návrh, KONTAKT 2011 Mikrokvadrotor: Návrh, Modelování,, Identifikace a Řízení Autor: Jaromír r Dvořák k (md( md@unicode.cz) Vedoucí: : Zdeněk Hurák (hurak@fel.cvut.cz) Katedra řídicí techniky FEL ČVUT Praha 26.5.2011

Více

MIKROPROCESORY PRO VÝKONOVÉ SYSTÉMY. Stručný úvod do programování v jazyce C 2.díl. České vysoké učení technické Fakulta elektrotechnická

MIKROPROCESORY PRO VÝKONOVÉ SYSTÉMY. Stručný úvod do programování v jazyce C 2.díl. České vysoké učení technické Fakulta elektrotechnická MIKROPROCESORY PRO VÝKONOVÉ SYSTÉMY Stručný úvod do programování v jazyce C 2.díl České vysoké učení technické Fakulta elektrotechnická A1B14MIS Mikroprocesory pro výkonové systémy 07 Ver.1.10 J. Zděnek,

Více

PRODEJNÍ EAUKCE A JEJICH ROSTOUCÍ SEX-APPEAL SELLING EAUCTIONS AND THEIR GROWING APPEAL

PRODEJNÍ EAUKCE A JEJICH ROSTOUCÍ SEX-APPEAL SELLING EAUCTIONS AND THEIR GROWING APPEAL PRODEJNÍ EAUKCE A JEJICH ROSTOUCÍ SEX-APPEAL SELLING EAUCTIONS AND THEIR GROWING APPEAL Ing. Jan HAVLÍK, MPA tajemník Městského úřadu Žďár nad Sázavou Chief Executive Municipality of Žďár nad Sázavou CO

Více

Daniel Pitín Sun in the loft Vienna 4

Daniel Pitín Sun in the loft Vienna 4 Daniel Pitín Sun in the Loft 2 0 1 Vienna 4 Sun in the Loft represents a number of paintings and objects I made last year. The key theme of this exhibition is space: imaginary space, mental space, the

Více

Střední průmyslová škola strojnická Olomouc, tř.17. listopadu 49

Střední průmyslová škola strojnická Olomouc, tř.17. listopadu 49 Střední průmyslová škola strojnická Olomouc, tř.17. listopadu 49 Výukový materiál zpracovaný v rámci projektu Výuka moderně Registrační číslo projektu: CZ.1.07/1.5.00/34.0205 Šablona: III/2 Anglický jazyk

Více

VYSOKÁ ŠKOLA HOTELOVÁ V PRAZE 8, SPOL. S R. O.

VYSOKÁ ŠKOLA HOTELOVÁ V PRAZE 8, SPOL. S R. O. VYSOKÁ ŠKOLA HOTELOVÁ V PRAZE 8, SPOL. S R. O. Návrh konceptu konkurenceschopného hotelu v době ekonomické krize Diplomová práce 2013 Návrh konceptu konkurenceschopného hotelu v době ekonomické krize Diplomová

Více

Department of Mathematical Analysis and Applications of Mathematics Faculty of Science, Palacký University Olomouc Czech Republic

Department of Mathematical Analysis and Applications of Mathematics Faculty of Science, Palacký University Olomouc Czech Republic ROBUST 13. září 2016 regression regresních modelů Categorical Continuous - explanatory, Eva Fišerová Department of Mathematical Analysis and Applications of Mathematics Faculty of Science, Palacký University

Více

EURO přeshraniční platba

EURO přeshraniční platba EURO přeshraniční platba EURO přeshraniční platba je platební příkaz splňující následující kriteria: Je předložen elektronicky Je požadováno standardní provedení (tj. nikoliv urgentní nebo expresní) Částka

Více

AIC ČESKÁ REPUBLIKA CZECH REPUBLIC

AIC ČESKÁ REPUBLIKA CZECH REPUBLIC ČESKÁ REPUBLIKA CZECH REPUBLIC ŘÍZENÍ LETOVÉHO PROVOZU ČR, s.p. Letecká informační služba AIR NAVIGATION SERVICES OF THE C.R. Aeronautical Information Service Navigační 787 252 61 Jeneč A 1/14 20 FEB +420

Více

Obrábění robotem se zpětnovazební tuhostí

Obrábění robotem se zpětnovazební tuhostí Obrábění robotem se zpětnovazební tuhostí Odbor mechaniky a mechatroniky ČVUT v Praze, Fakulta strojní Student: Yaron Sela Vedoucí: Prof. Ing. Michael Valášek, DrSc Úvod Motivace Obráběcí stroj a důležitost

Více

Bioinformatika a výpočetní biologie. KFC/BIN VII. Fylogenetická analýza

Bioinformatika a výpočetní biologie. KFC/BIN VII. Fylogenetická analýza ioinformatika a výpočetní biologie KF/IN VII. Fylogenetická analýza RNr. Karel erka, Ph.. Univerzita Palackého v Olomouci Fylogeneze Vznik a vývoj jednotlivých linií organismů Vývoj člověka phylogenetic

Více

MC Tlumiče (řízení pohybu) MC Damper

MC Tlumiče (řízení pohybu) MC Damper MC Tlumiče (řízení pohybu) MC Damper Fitness a volný čas Leisure and Training equipment Strojírenství Machinery Automobilový průmysl Vehicle Industry MC Tlumiče (pro řízení pohybu) se používají jako bezpečnostní

Více

ACOUSTIC EMISSION SIGNAL USED FOR EVALUATION OF FAILURES FROM SCRATCH INDENTATION

ACOUSTIC EMISSION SIGNAL USED FOR EVALUATION OF FAILURES FROM SCRATCH INDENTATION AKUSTICKÁ EMISE VYUŽÍVANÁ PŘI HODNOCENÍ PORUŠENÍ Z VRYPOVÉ INDENTACE ACOUSTIC EMISSION SIGNAL USED FOR EVALUATION OF FAILURES FROM SCRATCH INDENTATION Petr Jiřík, Ivo Štěpánek Západočeská univerzita v

Více

Aktivita CLIL Chemie III.

Aktivita CLIL Chemie III. Aktivita CLIL Chemie III. Škola: Gymnázium Bystřice nad Pernštejnem Jméno vyučujícího: Mgr. Marie Dřínovská Název aktivity: Balancing equations vyčíslování chemických rovnic Předmět: Chemie Ročník, třída:

Více

TKGA3. Pera a klíny. Projekt "Podpora výuky v cizích jazycích na SPŠT"

TKGA3. Pera a klíny. Projekt Podpora výuky v cizích jazycích na SPŠT Projekt "Podpora výuky v cizích jazycích na SPŠT" Pera a klíny TKGA3 Tento projekt je spolufinancován Evropským sociálním fondem a státním rozpočtem ČR Pera a klíny Pera a klíny slouží k vytvoření rozbíratelného

Více

SPECIAL THEORY OF RELATIVITY

SPECIAL THEORY OF RELATIVITY SPECIAL THEORY OF RELATIVITY 1. Basi information author Albert Einstein phenomena obsered when TWO frames of referene moe relatie to eah other with speed lose to the speed of light 1905 - speial theory

Více

GENERAL INFORMATION RUČNÍ POHON MANUAL DRIVE MECHANISM

GENERAL INFORMATION RUČNÍ POHON MANUAL DRIVE MECHANISM KATALOG CATALOGUE RUČNÍ POHONY PRO VENKOVNÍ PŘÍSTROJE, MONTÁŽ NA BETONOVÉ SLOUPY MANUAL DRIVE MECHANISM FOR THE ACTUATION OF OUTDOOR TYPE SWITCHING DEVICES MOUNTED ON THE CONCRETE POLES TYP RPV ISO 9001:2009

Více

Unit 3 Stereochemistry

Unit 3 Stereochemistry Unit 3 Stereochemistry Stereoisomers hirality (R) and (S) Nomenclature Depicting Asymmetric arbons Diastereomers Fischer Projections Stereochemical Relationships Optical Activity Resolution of Enantiomers

Více

Biosensors and Medical Devices Development at VSB Technical University of Ostrava

Biosensors and Medical Devices Development at VSB Technical University of Ostrava VŠB TECHNICAL UNIVERSITY OF OSTRAVA FACULTY OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE Biosensors and Medical Devices Development at VSB Technical University of Ostrava Ing. Martin Černý Ph.D. and

Více

PixLa PIXEL LABYRINTH PIXEL LABYRINTH PIXEL LABYRINTH PIXEL LABYRINTH PIXEL LABYRINTH PIXEL LABYRINTH PIXEL LABYRINTH PIXEL LABYRINTH PIXEL LABYRINTH

PixLa PIXEL LABYRINTH PIXEL LABYRINTH PIXEL LABYRINTH PIXEL LABYRINTH PIXEL LABYRINTH PIXEL LABYRINTH PIXEL LABYRINTH PIXEL LABYRINTH PIXEL LABYRINTH PIXEL LABYRINTH PIXEL LABYRINTH PIXEL LABYRINTH PIXEL LABYRINTH PIXEL LABYRINTH PIXEL LABYRINTH PIXEL LABYRINTH PIXEL LABYRINTH 2015 PIXEL LABYRINTH 2015 Série Pixel Labyrint nás vrací zpět labyrintem

Více

Extrakce nezávislé komponenty

Extrakce nezávislé komponenty Extrakce nezávislé komponenty Zbyněk Koldovský Acoustic Signal Analysis and Processing Group, Faculty of Mechatronics, Informatics, and Interdisciplinary Studies, Technical University in Liberec, https://asap.ite.tul.cz

Více

Název společnosti: VPK, s.r.o. Vypracováno kým: Ing. Michal Troščak Telefon: Datum:

Název společnosti: VPK, s.r.o. Vypracováno kým: Ing. Michal Troščak Telefon: Datum: Pozice Počet Popis 1 SCALA2 3-45 A Datum: 2.7.217 Výrobní č.: 98562862 Grundfos SCALA2 is a fully integrated, self-priming, compact waterworks for pressure boosting in domestic applications. SCALA2 incorporates

Více